|
Mac OS 9
|
CoreGraphics color space. More...
Go to the source code of this file.
Typedefs | |
| typedef struct CGColorSpace * | CGColorSpaceRef |
| typedef enum CGColorRenderingIntent | CGColorRenderingIntent |
Functions | |
| CGColorSpaceRef | CGColorSpaceCreateDeviceGray (void) |
| CGColorSpaceRef | CGColorSpaceCreateDeviceRGB (void) |
| CGColorSpaceRef | CGColorSpaceCreateDeviceCMYK (void) |
| CGColorSpaceRef | CGColorSpaceCreateCalibratedGray (const float whitePoint[3], const float blackPoint[3], float gamma) |
| CGColorSpaceRef | CGColorSpaceCreateCalibratedRGB (const float whitePoint[3], const float blackPoint[3], const float gamma[3], const float matrix[9]) |
| CGColorSpaceRef | CGColorSpaceCreateLab (const float whitePoint[3], const float blackPoint[3], const float range[4]) |
| CGColorSpaceRef | CGColorSpaceCreateICCBased (size_t nComponents, const float *range, CGDataProviderRef profile, CGColorSpaceRef alternateSpace) |
| CGColorSpaceRef | CGColorSpaceCreateIndexed (CGColorSpaceRef baseSpace, size_t lastIndex, const unsigned char *colorTable) |
| CGColorSpaceRef | CGColorSpaceCreatePattern (CGColorSpaceRef baseSpace) |
| CGColorSpaceRef | CGColorSpaceCreateWithPlatformColorSpace (void *platformColorSpaceReference) |
| size_t | CGColorSpaceGetNumberOfComponents (CGColorSpaceRef cs) |
| CGColorSpaceRef | CGColorSpaceRetain (CGColorSpaceRef cs) |
| void | CGColorSpaceRelease (CGColorSpaceRef cs) |
CoreGraphics color space.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| CGColorSpaceRef CGColorSpaceCreateCalibratedGray | ( | const float | whitePoint[3], |
| const float | blackPoint[3], | ||
| float | gamma | ||
| ) |
Device-independent color spaces. CGColorSpaceCreateCalibratedGray()
| CGColorSpaceRef CGColorSpaceCreateCalibratedRGB | ( | const float | whitePoint[3], |
| const float | blackPoint[3], | ||
| const float | gamma[3], | ||
| const float | matrix[9] | ||
| ) |
CGColorSpaceCreateCalibratedRGB()
| CGColorSpaceRef CGColorSpaceCreateDeviceCMYK | ( | void | ) |
CGColorSpaceCreateDeviceCMYK()
| CGColorSpaceRef CGColorSpaceCreateDeviceGray | ( | void | ) |
Device-dependent color spaces.
CGColorSpaceCreateDeviceGray()
| CGColorSpaceRef CGColorSpaceCreateDeviceRGB | ( | void | ) |
| CGColorSpaceRef CGColorSpaceCreateICCBased | ( | size_t | nComponents, |
| const float * | range, | ||
| CGDataProviderRef | profile, | ||
| CGColorSpaceRef | alternateSpace | ||
| ) |
| CGColorSpaceRef CGColorSpaceCreateIndexed | ( | CGColorSpaceRef | baseSpace, |
| size_t | lastIndex, | ||
| const unsigned char * | colorTable | ||
| ) |
Special colorspaces. CGColorSpaceCreateIndexed()
| CGColorSpaceRef CGColorSpaceCreateLab | ( | const float | whitePoint[3], |
| const float | blackPoint[3], | ||
| const float | range[4] | ||
| ) |
| CGColorSpaceRef CGColorSpaceCreatePattern | ( | CGColorSpaceRef | baseSpace | ) |
| CGColorSpaceRef CGColorSpaceCreateWithPlatformColorSpace | ( | void * | platformColorSpaceReference | ) |
CGColorSpaceCreateWithPlatformColorSpace()
| size_t CGColorSpaceGetNumberOfComponents | ( | CGColorSpaceRef | cs | ) |
Colorspace information. CGColorSpaceGetNumberOfComponents()
| void CGColorSpaceRelease | ( | CGColorSpaceRef | cs | ) |
| CGColorSpaceRef CGColorSpaceRetain | ( | CGColorSpaceRef | cs | ) |
Retaining & releasing colorspaces. CGColorSpaceRetain()