Contents

sRGB

A color space object that represents an sRGB color space.

Declaration

class var sRGB: NSColorSpace { get }

Return Value

The NSColorSpace object. This color-additive color space has red, green, blue, and alpha components.

Discussion

The sRGB color space is a standard color space for use on monitors, printers, and the Internet. For further information on sRGB, see http://www.color.org/srgb.html.

See Also

Getting a Named Color Space