Up

NSColorSpace class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500

Software documentation for the NSColorSpace class

NSColorSpace : NSObject

class_NSColorSpace NSObject NSObject NSColorSpace NSColorSpace NSObject->NSColorSpace
Declared in:
AppKit/NSColorSpace.h
Availability: MacOS-X 10.4.0

Description forthcoming.

Instance Variables

Method summary


deviceCMYKColorSpace 

+ (NSColorSpace*) deviceCMYKColorSpace;
Availability: MacOS-X 10.4.0

Description forthcoming.

deviceGrayColorSpace 

+ (NSColorSpace*) deviceGrayColorSpace;
Availability: MacOS-X 10.4.0

Description forthcoming.

deviceRGBColorSpace 

+ (NSColorSpace*) deviceRGBColorSpace;
Availability: MacOS-X 10.4.0

Description forthcoming.

genericCMYKColorSpace 

+ (NSColorSpace*) genericCMYKColorSpace;
Availability: MacOS-X 10.4.0

Description forthcoming.

genericGrayColorSpace 

+ (NSColorSpace*) genericGrayColorSpace;
Availability: MacOS-X 10.4.0

Description forthcoming.

genericRGBColorSpace 

+ (NSColorSpace*) genericRGBColorSpace;
Availability: MacOS-X 10.4.0

Description forthcoming.

ICCProfileData 

- (NSData*) ICCProfileData;
Availability: MacOS-X 10.4.0

Description forthcoming.

colorSpaceModel 

- (NSColorSpaceModel) colorSpaceModel;
Availability: MacOS-X 10.4.0

Description forthcoming.

colorSyncProfile 

- (void*) colorSyncProfile;
Availability: MacOS-X 10.4.0

Description forthcoming.

initWithColorSyncProfile: 

- (id) initWithColorSyncProfile: (void*)prof;
Availability: MacOS-X 10.4.0

Description forthcoming.

initWithICCProfileData: 

- (id) initWithICCProfileData: (NSData*)iccData;
Availability: MacOS-X 10.4.0

Description forthcoming.

localizedName 

- (NSString*) localizedName;
Availability: MacOS-X 10.4.0

Description forthcoming.

numberOfColorComponents 

- (int) numberOfColorComponents;
Availability: MacOS-X 10.4.0

Description forthcoming.



Instance Variables for NSColorSpace Class

_colorSpaceModel

@protected NSColorSpaceModel _colorSpaceModel;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_colorSyncProfile

@protected void* _colorSyncProfile;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_iccData

@protected NSData* _iccData;
Availability: MacOS-X 10.4.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up