Contents

deviceRGB

Device-dependent color space with red, green, blue, and alpha components.

Declaration

static let deviceRGB: NSColorSpaceName

Discussion

You can also create a color with HSB (hue, saturation, brightness) and alpha components and can extract these components.

See Also

Color Space Names