Class Space

java.lang.Object
   |
   +----Space

public final class Space
extends Object
This class is used to provide some constant values.


Variable Index

 o ID_SPACE_HSV
 o ID_SPACE_LAB
 o ID_SPACE_RGB
 o ID_SPACE_YIQ
 o NUM_SPACES
Number of color spaces.
 o SPACE_NAME
Titles of color space frames.

Variables

 o NUM_SPACES
 public static final int NUM_SPACES
Number of color spaces.

 o ID_SPACE_RGB
 public static final int ID_SPACE_RGB
 o ID_SPACE_HSV
 public static final int ID_SPACE_HSV
 o ID_SPACE_YIQ
 public static final int ID_SPACE_YIQ
 o ID_SPACE_LAB
 public static final int ID_SPACE_LAB
 o SPACE_NAME
 public static final String SPACE_NAME[]
Titles of color space frames.