-
-
Methods in org.robovm.apple.coregraphics that return CGColorSpace
| Modifier and Type |
Method |
Description |
static CGColorSpace |
CGColorSpace.create(String name) |
|
static CGColorSpace |
CGColorSpace.createCalibratedGray(double[] whitePoint,
double[] blackPoint,
double gamma) |
|
static CGColorSpace |
CGColorSpace.createCalibratedGray(float[] whitePoint,
float[] blackPoint,
double gamma) |
|
static CGColorSpace |
CGColorSpace.createCalibratedRGB(double[] whitePoint,
double[] blackPoint,
double[] gamma,
double[] matrix) |
|
static CGColorSpace |
CGColorSpace.createCalibratedRGB(float[] whitePoint,
float[] blackPoint,
float[] gamma,
float[] matrix) |
|
static CGColorSpace |
CGColorSpace.createDeviceCMYK() |
|
static CGColorSpace |
CGColorSpace.createDeviceGray() |
|
static CGColorSpace |
CGColorSpace.createDeviceRGB() |
|
static CGColorSpace |
CGColorSpace.createExtended(CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createExtendedLinearized(CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createICCBased(long nComponents,
double[] range,
CGDataProvider profile,
CGColorSpace alternate) |
|
static CGColorSpace |
CGColorSpace.createICCBased(long nComponents,
float[] range,
CGDataProvider profile,
CGColorSpace alternate) |
|
static CGColorSpace |
CGColorSpace.createIndexed(CGColorSpace baseSpace,
long lastIndex,
byte[] colorTable) |
|
static CGColorSpace |
CGColorSpace.createLab(double[] whitePoint,
double[] blackPoint,
double[] range) |
|
static CGColorSpace |
CGColorSpace.createLab(float[] whitePoint,
float[] blackPoint,
float[] range) |
|
static CGColorSpace |
CGColorSpace.createLinearized(CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createPattern(CGColorSpace baseSpace) |
|
static CGColorSpace |
CGColorSpace.createWithColorSyncProfile(ColorSyncProfile p0,
NSDictionary options) |
|
static CGColorSpace |
CGColorSpace.createWithICCData(CFType data) |
|
static CGColorSpace |
CGColorSpace.createWithICCProfile(NSData data) |
Deprecated.
|
static CGColorSpace |
CGColorSpace.createWithPropertyList(CFType plist) |
|
CGColorSpace |
CGColorSpace.getBaseColorSpace() |
|
CGColorSpace |
CGBitmapContext.getColorSpace() |
|
CGColorSpace |
CGColor.getColorSpace() |
|
CGColorSpace |
CGImage.getColorSpace() |
|
CGColorSpace |
CGPDFContextOutputIntent.getDestinationOutputProfile() |
|
Methods in org.robovm.apple.coregraphics with parameters of type CGColorSpace
| Modifier and Type |
Method |
Description |
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGImageAlphaInfo alphaInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(int[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(int[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(long data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGImageAlphaInfo alphaInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(short[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
|
static CGBitmapContext |
CGBitmapContext.create(short[] data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
|
static CGBitmapContext |
CGBitmapContext.create(IntPtr data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo) |
Deprecated.
|
static CGBitmapContext |
CGBitmapContext.create(IntPtr data,
long width,
long height,
long bitsPerComponent,
long bytesPerRow,
CGColorSpace space,
CGBitmapInfo bitmapInfo,
CGBitmapContext.ReleaseDataCallback releaseCallback) |
Deprecated.
|
static CGColor |
CGColor.create(CGColorSpace space,
double[] components) |
|
static CGColor |
CGColor.create(CGColorSpace space,
float[] components) |
|
static CGColor |
CGColor.create(CGColorSpace space,
CGPattern pattern,
double[] components) |
|
static CGColor |
CGColor.create(CGColorSpace space,
CGPattern pattern,
float[] components) |
|
static CGColorConversionInfo |
CGColorConversionInfo.create(CGColorSpace src,
CGColorSpace dst) |
|
static CGGradient |
CGGradient.create(CGColorSpace space,
double[] components,
double[] locations) |
|
static CGGradient |
CGGradient.create(CGColorSpace space,
float[] components,
float[] locations) |
|
static CGGradient |
CGGradient.create(CGColorSpace space,
CGColor[] colors,
double[] locations) |
|
static CGGradient |
CGGradient.create(CGColorSpace space,
CGColor[] colors,
float[] locations) |
|
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 CGShading |
CGShading.createAxial(CGColorSpace space,
CGPoint start,
CGPoint end,
CGFunction function,
boolean extendStart,
boolean extendEnd) |
|
static CGColor |
CGColor.createCopy(CGColorSpace p0,
CGColorRenderingIntent intent,
CGColor color,
NSDictionary options) |
|
static CGImage |
CGImage.createCopy(CGImage image,
CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createExtended(CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createExtendedLinearized(CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createICCBased(long nComponents,
double[] range,
CGDataProvider profile,
CGColorSpace alternate) |
|
static CGColorSpace |
CGColorSpace.createICCBased(long nComponents,
float[] range,
CGDataProvider profile,
CGColorSpace alternate) |
|
static CGColorSpace |
CGColorSpace.createIndexed(CGColorSpace baseSpace,
long lastIndex,
byte[] colorTable) |
|
static CGColorSpace |
CGColorSpace.createLinearized(CGColorSpace space) |
|
static CGColorSpace |
CGColorSpace.createPattern(CGColorSpace baseSpace) |
|
static CGShading |
CGShading.createRadial(CGColorSpace space,
CGPoint start,
double startRadius,
CGPoint end,
double endRadius,
CGFunction function,
boolean extendStart,
boolean extendEnd) |
|
static CGColorConversionInfo |
CGColorConversionInfo.createWithOptions(CGColorSpace src,
CGColorSpace dst,
NSDictionary options) |
|
CGPDFContextOutputIntent |
CGPDFContextOutputIntent.setDestinationOutputProfile(CGColorSpace destinationOutputProfile) |
|
void |
CGContext.setFillColorSpace(CGColorSpace space) |
|
void |
CGContext.setStrokeColorSpace(CGColorSpace space) |
|
-
Methods in org.robovm.apple.coreimage with parameters of type CGColorSpace
| Modifier and Type |
Method |
Description |
CIImage |
CIBlendKernel.apply(CIImage foreground,
CIImage background,
CGColorSpace colorSpace) |
|
protected static long |
CIColor.create(double r,
double g,
double b,
double a,
CGColorSpace colorSpace) |
|
protected static long |
CIColor.create(double r,
double g,
double b,
CGColorSpace colorSpace) |
|
CGImage |
CIContext.createCGImage(CIImage image,
CGRect fromRect,
int format,
CGColorSpace colorSpace) |
|
CGImage |
CIContext.createCGImage(CIImage image,
CGRect fromRect,
int format,
CGColorSpace colorSpace,
boolean deferred) |
|
NSData |
CIContext.getHEIF10Representation(CIImage image,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
NSData |
CIContext.HEIFRepresentationOfImage(CIImage image,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
protected long |
CIColor.init(double r,
double g,
double b,
double a,
CGColorSpace colorSpace) |
|
protected long |
CIColor.init(double r,
double g,
double b,
CGColorSpace colorSpace) |
|
protected long |
CIImage.init(int name,
CGSize size,
boolean flipped,
CGColorSpace colorSpace) |
Deprecated.
|
protected long |
CIImage.init(NSData data,
long bytesPerRow,
CGSize size,
int format,
CGColorSpace colorSpace) |
|
protected long |
CIImage.init(NSObject p,
long width,
long height,
int f,
CGColorSpace cs,
CIImageOptions options) |
|
protected long |
CIImageAccumulator.init(CGRect extent,
int format,
CGColorSpace colorSpace) |
|
NSData |
CIContext.jpegRepresentationOfImage(CIImage image,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
CIImage |
CIImage.newImageByColorMatchingColorSpaceToWorkingSpace(CGColorSpace colorSpace) |
|
CIImage |
CIImage.newImageByColorMatchingWorkingSpaceToColorSpace(CGColorSpace colorSpace) |
|
NSData |
CIContext.PNGRepresentationOfImage(CIImage image,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
void |
CIContext.render(CIImage image,
CVPixelBuffer buffer,
CGRect bounds,
CGColorSpace colorSpace) |
|
void |
CIContext.render(CIImage image,
IOSurface surface,
CGRect bounds,
CGColorSpace colorSpace) |
|
void |
CIContext.render(CIImage image,
MTLTexture texture,
MTLCommandBuffer commandBuffer,
CGRect bounds,
CGColorSpace colorSpace) |
|
void |
CIContext.render(CIImage image,
VoidPtr data,
long rowBytes,
CGRect bounds,
int format,
CGColorSpace colorSpace) |
|
CIImageOptions |
CIImageOptions.setColorSpace(CGColorSpace colorSpace) |
|
void |
CIRenderDestination.setColorSpace(CGColorSpace v) |
|
CIContextOptions |
CIContextOptions.setOutputColorSpace(CGColorSpace outputColorSpace) |
|
CIContextOptions |
CIContextOptions.setWorkingColorSpace(CGColorSpace workingColorSpace) |
|
NSData |
CIContext.tiffRepresentationOfImage(CIImage image,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options) |
|
boolean |
CIContext.writeHEIF10Representation(CIImage image,
NSURL url,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writeHEIFRepresentationOfImage(CIImage image,
NSURL url,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writeJPEGRepresentationOfImage(CIImage image,
NSURL url,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writePNGRepresentationOfImage(CIImage image,
NSURL url,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
boolean |
CIContext.writeTIFFRepresentationOfImage(CIImage image,
NSURL url,
int format,
CGColorSpace colorSpace,
CIImageRepresentationOptions options,
NSError.NSErrorPtr errorPtr) |
|
Constructors in org.robovm.apple.coreimage with parameters of type CGColorSpace
| Constructor |
Description |
CIColor(double r,
double g,
double b,
double a,
CGColorSpace colorSpace) |
|
CIColor(double r,
double g,
double b,
CGColorSpace colorSpace) |
|
CIImage(int name,
CGSize size,
boolean flipped,
CGColorSpace colorSpace) |
Deprecated.
|
CIImage(NSData data,
long bytesPerRow,
CGSize size,
int format,
CGColorSpace colorSpace) |
|
CIImage(NSObject p,
long width,
long height,
int f,
CGColorSpace cs,
CIImageOptions options) |
|
CIImageAccumulator(CGRect extent,
int format,
CGColorSpace colorSpace) |
|
-
-