CGColorConverterTransformType Enum

Definition

Caution

Use 'CGColorConversionInfoTransformType'.

Enumerates the relationships between color space transform starting and end points.

[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Replaced by 'CGColorConversionInfoTransformType'.")]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Replaced by 'CGColorConversionInfoTransformType'.")]
[ObjCRuntime.TV(9, 2)]
[System.Obsolete("Use 'CGColorConversionInfoTransformType'.")]
public enum CGColorConverterTransformType
type CGColorConverterTransformType = 
Inheritance
CGColorConverterTransformType
Attributes

Fields

ApplySpace 2

Indicates a spatial transormation within the working color space.

FromSpace 0

Indicates a transform from another color space into the working color space.

ToSpace 1

Indicates a transform from the working color space into another color space.

Applies to