Package apple.coregraphics.enums
Class CGImagePixelFormatInfo
- java.lang.Object
-
- apple.coregraphics.enums.CGImagePixelFormatInfo
-
public final class CGImagePixelFormatInfo extends java.lang.Object
-
-
Field Detail
-
Mask
public static final int Mask
- See Also:
- Constant Field Values
-
Packed
public static final int Packed
- See Also:
- Constant Field Values
-
RGB555
public static final int RGB555
Only for RGB 16 bits per pixel- See Also:
- Constant Field Values
-
RGB565
public static final int RGB565
Only for RGB 16 bits per pixel- See Also:
- Constant Field Values
-
RGB101010
public static final int RGB101010
Only for RGB 32 bits per pixel- See Also:
- Constant Field Values
-
RGBCIF10
public static final int RGBCIF10
Only for RGB 32 bits per pixel- See Also:
- Constant Field Values
-
-