-
Methods in org.robovm.apple.coregraphics with parameters of type CGColorRenderingIntent
| Modifier and Type |
Method |
Description |
static CGImage |
CGImage.create(long width,
long height,
long bitsPerComponent,
long bitsPerPixel,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGDataProvider provider,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGColor |
CGColor.createCopy(CGColorSpace p0,
CGColorRenderingIntent intent,
CGColor color,
NSDictionary options) |
|
static CGImage |
CGImage.createWithJPEGDataProvider(CGDataProvider source,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createWithJPEGDataProvider(CGDataProvider source,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createWithPNGDataProvider(CGDataProvider source,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
static CGImage |
CGImage.createWithPNGDataProvider(CGDataProvider source,
double[] decode,
boolean shouldInterpolate,
CGColorRenderingIntent intent) |
|
CGColorDataFormat |
CGColorDataFormat.setIntent(CGColorRenderingIntent intent) |
|
void |
CGContext.setRenderingIntent(CGColorRenderingIntent intent) |
|