Up

NSColorSpace class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSColorSpace class

NSColorSpace : NSObject

Declared in:
AppKit/NSColorSpace.h
Conforms to:
NSCoding
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