org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGImageAlphaInfo
- Enclosing interface:
- CoreGraphicsLibrary
public static interface CoreGraphicsLibrary.CGImageAlphaInfo
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGImage.h:13
enum values
kCGImageAlphaNone
static final int kCGImageAlphaNone
- See Also:
- Constant Field Values
kCGImageAlphaPremultipliedLast
static final int kCGImageAlphaPremultipliedLast
- See Also:
- Constant Field Values
kCGImageAlphaPremultipliedFirst
static final int kCGImageAlphaPremultipliedFirst
- See Also:
- Constant Field Values
kCGImageAlphaLast
static final int kCGImageAlphaLast
- See Also:
- Constant Field Values
kCGImageAlphaFirst
static final int kCGImageAlphaFirst
- See Also:
- Constant Field Values
kCGImageAlphaNoneSkipLast
static final int kCGImageAlphaNoneSkipLast
- See Also:
- Constant Field Values
kCGImageAlphaNoneSkipFirst
static final int kCGImageAlphaNoneSkipFirst
- See Also:
- Constant Field Values
kCGImageAlphaOnly
static final int kCGImageAlphaOnly
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.