次の方法で共有


CGColorConverterTransformType 列挙型

定義

注意事項

Use 'CGColorConversionInfoTransformType'.

色空間変換の始点と終点の関係を列挙します。

[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 = 
継承
CGColorConverterTransformType
属性

フィールド

ApplySpace 2

作業色空間内の空間変換を示します。

FromSpace 0

別の色空間から作業色空間への変換を示します。

ToSpace 1

作業色空間から別の色空間への変換を示します。

適用対象