#import <CPColorSpace.h>
Class Methods | |
(CPColorSpace) | + sRGBColorSpace |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Represent color spaces.
Definition at line 2 of file CPColorSpace.h.
|
implementation |
Return a Core Graphics color space representing the receiver.
Definition at line 57 of file CPColorSpace.j.
|
implementation |
Definition at line 44 of file CPColorSpace.j.
|
implementation |
Return an object representing the standard sRGB color space.
Definition at line 37 of file CPColorSpace.j.