Class Space
java.lang.Object
|
+----Space
- public final class Space
- extends Object
This class is used to provide some constant values.
-
ID_SPACE_HSV
-
-
ID_SPACE_LAB
-
-
ID_SPACE_RGB
-
-
ID_SPACE_YIQ
-
-
NUM_SPACES
- Number of color spaces.
-
SPACE_NAME
- Titles of color space frames.
NUM_SPACES
public static final int NUM_SPACES
- Number of color spaces.
ID_SPACE_RGB
public static final int ID_SPACE_RGB
ID_SPACE_HSV
public static final int ID_SPACE_HSV
ID_SPACE_YIQ
public static final int ID_SPACE_YIQ
ID_SPACE_LAB
public static final int ID_SPACE_LAB
SPACE_NAME
public static final String SPACE_NAME[]
- Titles of color space frames.