Uses of Class
org.robovm.apple.coregraphics.CGImageAlphaInfo
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics |
-
Uses of CGImageAlphaInfo in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGImageAlphaInfo Modifier and Type Method Description CGImageAlphaInfoCGBitmapContext. getAlphaInfo()CGImageAlphaInfoCGImage. getAlphaInfo()static CGImageAlphaInfoCGImageAlphaInfo. valueOf(long n)Returns the enum constant of this type with the specified name.static CGImageAlphaInfoCGImageAlphaInfo. valueOf(String name)Returns the enum constant of this type with the specified name.static CGImageAlphaInfo[]CGImageAlphaInfo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coregraphics with parameters of type CGImageAlphaInfo Modifier and Type Method Description static CGBitmapContextCGBitmapContext. create(byte[] data, long width, long height, long bitsPerComponent, long bytesPerRow, CGColorSpace space, CGImageAlphaInfo alphaInfo)static CGBitmapContextCGBitmapContext. create(long width, long height, long bitsPerComponent, long bytesPerRow, CGColorSpace space, CGImageAlphaInfo alphaInfo)