Package apple.coregraphics.enums
Class CGColorSpaceModel
- java.lang.Object
-
- apple.coregraphics.enums.CGColorSpaceModel
-
public final class CGColorSpaceModel extends java.lang.ObjectThe model of a color space.
-
-
Field Detail
-
Unknown
public static final int Unknown
- See Also:
- Constant Field Values
-
Monochrome
public static final int Monochrome
- See Also:
- Constant Field Values
-
RGB
public static final int RGB
- See Also:
- Constant Field Values
-
CMYK
public static final int CMYK
- See Also:
- Constant Field Values
-
Lab
public static final int Lab
- See Also:
- Constant Field Values
-
DeviceN
public static final int DeviceN
- See Also:
- Constant Field Values
-
Indexed
public static final int Indexed
- See Also:
- Constant Field Values
-
Pattern
public static final int Pattern
- See Also:
- Constant Field Values
-
XYZ
public static final int XYZ
- See Also:
- Constant Field Values
-
-