Package apple.coregraphics.enums
Class CGImageAlphaInfo
- java.lang.Object
-
- apple.coregraphics.enums.CGImageAlphaInfo
-
public final class CGImageAlphaInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFirstFor example, non-premultiplied ARGBstatic intLastFor example, non-premultiplied RGBAstatic intNoneFor example, RGB.static intNoneSkipFirstFor example, XRGB.static intNoneSkipLastFor example, RBGX.static intOnlyNo color data, alpha data onlystatic intPremultipliedFirstFor example, premultiplied ARGBstatic intPremultipliedLastFor example, premultiplied RGBA
-
-
-
Field Detail
-
None
public static final int None
For example, RGB.- See Also:
- Constant Field Values
-
PremultipliedLast
public static final int PremultipliedLast
For example, premultiplied RGBA- See Also:
- Constant Field Values
-
PremultipliedFirst
public static final int PremultipliedFirst
For example, premultiplied ARGB- See Also:
- Constant Field Values
-
Last
public static final int Last
For example, non-premultiplied RGBA- See Also:
- Constant Field Values
-
First
public static final int First
For example, non-premultiplied ARGB- See Also:
- Constant Field Values
-
NoneSkipLast
public static final int NoneSkipLast
For example, RBGX.- See Also:
- Constant Field Values
-
NoneSkipFirst
public static final int NoneSkipFirst
For example, XRGB.- See Also:
- Constant Field Values
-
Only
public static final int Only
No color data, alpha data only- See Also:
- Constant Field Values
-
-