| Package | Description |
|---|---|
| crossmobile.ios.coregraphics |
| Modifier and Type | Method and Description |
|---|---|
static CGColorSpace |
CGColorSpace.createDeviceGray()
Constructs a new gray device dependent color space.
|
static CGColorSpace |
CGColorSpace.createDeviceRGB()
Constructs and returns a new device dependent RGB color space.
|
| Modifier and Type | Method and Description |
|---|---|
static CGBitmapContext |
CGBitmapContext.create(byte[] data,
int width,
int height,
int bitsPerComponent,
int bytesPerRow,
CGColorSpace colorspace,
int CGBitmapInfo)
Constructs an CGBitmapContext with the specified parameter values.
|
void |
CGContext.setFillColorSpace(CGColorSpace colorSpace)
Sets the CGColorSpace fill color of this graphics context.
|
void |
CGContext.setStrokeColorSpace(CGColorSpace colorSpace)
Sets the CGColorSpace stroke color of this graphics context.
|
| Constructor and Description |
|---|
CGGradient(CGColorSpace space,
double[] components,
double[] locations)
Constructs a CGGradient object with the specified parameter values.
|
CGGradient(CGColorSpace space,
List<CGColor> colors,
double[] locations)
Constructs a CGGradient object with the specified parameter values.
|
Copyright © 2020. All rights reserved.