Functions | |
TransferFkt * | sharedInstance () |
id | init () |
id | allocWithZone: (NSZone *zone) |
id | copyWithZone: (NSZone *zone) |
id | retain () |
unsigned | retainCount () |
void | release () |
id | autorelease () |
void | setNeedsUpdateRGB: (BOOL yesNo) |
void | setNeedsUpdateOpacity: (BOOL yesNo) |
void | createLookupTables () |
void | updateRGBPerDensity () |
void | updateOpacityPerDensity () |
void | update () |
unsigned char * | colorTable () |
void | setRGBA:forDensity: (unsigned char *rgba,[forDensity] int density) |
void | getRGBA:forDensity: (unsigned char *rgba,[forDensity] int density) |
void | setColor:forDensity: (NSColor *color,[forDensity] int density) |
NSColor * | getColorForDensity: (int density) |
void | addRGBReferencePointForDensity:withRGBA: (int density,[withRGBA] unsigned char *rgba) |
void | removeRGBReferencePointForDensity: (int density) |
BOOL | isRGBReferencePoint: (int density) |
void | addOpacityReferencePointForDensity:withOpacity: (int density,[withOpacity] unsigned char opacity) |
void | removeOpacityReferencePointForDensity: (int density) |
BOOL | isOpacityReferencePoint: (int density) |
Variables | |
implementation TransferFkt static TransferFkt * | sharedInstance = nil |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|