deviceRGB
A color space object that represents a calibrated or device-dependent RGB color space.
Declaration
class var deviceRGB: NSColorSpace { get }Return Value
The NSColorSpace object. This color space has red, green, blue, and alpha components. Typical devices that use the color-additive RGB color space are displays and scanners. This object corresponds to the Cocoa color space name NSDeviceRGBColorSpace.
See Also
Related Documentation
- Color Programming Topics