Declaration

class var appleRGB: GSColorSpace { get }

Declaration

@property (class, readonly) GSColorSpace * appleRGB;

Declaration

appleRGB() -> GSColorSpace

Discussion

This is the color space used by +[NSColor colorWithCalibratedRed:green:blue:alpha:].

Avoid using this color space outside of legacy documents.