CGColorConverterTriple Struct

Definition

Contains the rendering intent, color space, and transform for a color conversion.

[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Replaced by 'GColorConversionInfoTriple'.")]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Replaced by 'GColorConversionInfoTriple'.")]
[ObjCRuntime.TV(9, 2)]
public struct CGColorConverterTriple
type CGColorConverterTriple = struct
Inheritance
CGColorConverterTriple
Attributes

Fields

Intent

An object that contains settings for colors that are not within a graphics context's destination color space.

Space

The working color space for the conversion.

Transform

The relationship between the color space transform starting and end points.

Applies to