CGColorConverterTransformType
CGColorConverterTransformType
Enum
Definition
Warning
This API is now obsolete.
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
- Attributes
Fields
ApplySpace ApplySpace | 2 | Indicates a spatial transormation within the working color space. |
FromSpace FromSpace | 0 | Indicates a transform from another color space into the working color space. |
ToSpace ToSpace | 1 | Indicates a transform from the working color space into another color space. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...