-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ColorChannel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLUEBlue channel.
BRIGHTNESSBrightness channel (HSB).
SATURATIONSaturation channel (HSB).
HUEHue channel (HSB).
GREENGreen channel.
REDRed channel.
ALPHAAlpha channel.
-
Method Summary
Modifier and Type Method Description Coloralter(Color c, float q)Given a color, modifies the channel setting the passed value. static Array<ColorChannel>values()static ColorChannelvalueOf(String name)-
-
Method Detail
-
alter
Color alter(Color c, float q)
Given a color, modifies the channel setting the passed value.
- Parameters:
c- the initial colorq- the value for the channel
-
values
static Array<ColorChannel> values()
-
valueOf
static ColorChannel valueOf(String name)
-
-
-
-