public static enum RGBToHSXConverter.Mode extends Enum<RGBToHSXConverter.Mode>
Enum Constant and Description |
---|
RGB_HSB_JRE
RGB to HSB.
|
RGB_HSI_SONKA
RGB to HSI.
|
RGB_HSV_EASY_RGB
RGB to HSV.
|
Modifier and Type | Method and Description |
---|---|
static RGBToHSXConverter.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RGBToHSXConverter.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RGBToHSXConverter.Mode RGB_HSI_SONKA
public static final RGBToHSXConverter.Mode RGB_HSB_JRE
public static final RGBToHSXConverter.Mode RGB_HSV_EASY_RGB
public static RGBToHSXConverter.Mode[] values()
for (RGBToHSXConverter.Mode c : RGBToHSXConverter.Mode.values()) System.out.println(c);
public static RGBToHSXConverter.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.