colorspace
The color space of the rendered content.
Declaration
var colorspace: CGColorSpace? { get set }Discussion
Set this value to specify a color space for the contents of the layer. When a color space is present, Core Animation performs any necessary color space transformations when compositing this content.
The default value is nil, indicating that the rendered content isn’t color-matched.