NSColorStub Klassenreferenz

#import <NSColorStub.h>

Abgeleitet von NSObject.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - init
(id) - initWithGCColor:
(id) - copyWithZone:
(void) - dealloc
(id) - colorUsingColorSpaceName:
(id) - colorSpaceName
(struct CGColor *) - cgColorRef
(BOOL) - isEqualToColor:
(BOOL) - isBlack
(void) - getRed:green:blue:alpha:
(float) - redComponent
(float) - blueComponent
(float) - greenComponent
(float) - alphaComponent
(void) - set

Öffentliche, statische Methoden

(id) + colorWithCalibratedRed:green:blue:alpha:
(id) + colorWithDeviceRed:green:blue:alpha:
(id) + colorWithCalibratedHue:saturation:brightness:alpha:
(id) + whiteColor
(id) + blackColor
(id) + clearColor
(id) + colorWithPatternImage:

Geschützte Attribute

struct CGColor * cgColor

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSColorStub.h.


Dokumentation der Elementfunktionen

+ (id) colorWithCalibratedRed: (float)  fp8
green: (float)  fp12
blue: (float)  fp16
alpha: (float)  fp20 

+ (id) colorWithDeviceRed: (float)  fp8
green: (float)  fp12
blue: (float)  fp16
alpha: (float)  fp20 

+ (id) colorWithCalibratedHue: (float)  fp8
saturation: (float)  fp12
brightness: (float)  fp16
alpha: (float)  fp20 

+ (id) whiteColor  

+ (id) blackColor  

+ (id) clearColor  

+ (id) colorWithPatternImage: (struct CGImage *)  fp8  

- (id) init  

- (id) initWithGCColor: (struct CGColor *)  fp8  

- (id) copyWithZone: (struct _NSZone *)  fp8  

- (void) dealloc  

Implementiert NSObject.

- (id) colorUsingColorSpaceName: (id)  fp8  

- (id) colorSpaceName  

- (struct CGColor *) cgColorRef  

- (BOOL) isEqualToColor: (id)  fp8  

- (BOOL) isBlack  

- (void) getRed: (float *)  fp8
green: (float *)  fp12
blue: (float *)  fp16
alpha: (float *)  fp20 

- (float) redComponent  

- (float) blueComponent  

- (float) greenComponent  

- (float) alphaComponent  

- (void) set  


Dokumentation der Datenelemente

- (struct CGColor*) cgColor [read, protected]

Definiert in Zeile 11 der Datei NSColorStub.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: