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