|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RGBToHSXConverter.ColorChannel>
de.unihalle.informatik.MiToBo.color.conversion.RGBToHSXConverter.ColorChannel
public static enum RGBToHSXConverter.ColorChannel
Supported Color Channels.
Enum Constant Summary | |
---|---|
BLUE
Blue Color Channel. |
|
BRIGHTNESS
Brightness Color Channel. |
|
GREEN
Green Color Channel. |
|
HUE
Hue Color Channel. |
|
INTENSITY
Intensity Color Channel. |
|
RED
Red Color Channel. |
|
SATURATION
Saturation Color Channel. |
|
VALUE
Value Color Channel. |
Method Summary | |
---|---|
int |
getIndex()
The index of this channel. |
int |
getMax()
The maximum value of this channel. |
int |
getMin()
The minimum value of this channel. |
static RGBToHSXConverter.ColorChannel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RGBToHSXConverter.ColorChannel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RGBToHSXConverter.ColorChannel RED
public static final RGBToHSXConverter.ColorChannel GREEN
public static final RGBToHSXConverter.ColorChannel BLUE
public static final RGBToHSXConverter.ColorChannel HUE
public static final RGBToHSXConverter.ColorChannel SATURATION
public static final RGBToHSXConverter.ColorChannel INTENSITY
public static final RGBToHSXConverter.ColorChannel VALUE
public static final RGBToHSXConverter.ColorChannel BRIGHTNESS
Method Detail |
---|
public static RGBToHSXConverter.ColorChannel[] values()
for (RGBToHSXConverter.ColorChannel c : RGBToHSXConverter.ColorChannel.values()) System.out.println(c);
public static RGBToHSXConverter.ColorChannel valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getIndex()
public int getMin()
public int getMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |