colorspace
The color space of the rendered content.
Declaration
var colorspace: CGColorSpace? { get set }Discussion
The default value is nil, indicating that the rendered content isn’t color-matched. If you set this to a different color space, Core Animation performs any necessary color transformations when compositing the view’s contents.