Type Property
appleGray
Perceptual calibrated grayscale color space for Apple devices.
Declaration
class var appleGray: GSColorSpace { get }Declaration
@property (class, readonly) GSColorSpace * appleGray;Declaration
appleGray() -> GSColorSpaceDiscussion
This is the color space used by +[NSColor colorWithCalibratedWhite:alpha:].
Avoid using this color space outside of legacy documents.