CGColorConverter Class

Definition

Opaque type that Core Graphics uses to convert colors between color spaces.

[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Replaced by 'CGColorConversionInfo'.")]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Replaced by 'CGColorConversionInfo'.")]
[ObjCRuntime.TV(9, 2)]
public class CGColorConverter : IDisposable, ObjCRuntime.INativeObject
type CGColorConverter = class
    interface INativeObject
    interface IDisposable
Inheritance
CGColorConverter
Attributes
Implements

Constructors

CGColorConverter(NSDictionary, CGColorConverterTriple[])

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Methods

Dispose()

Releases the resources used by the CGColorConverter object.

Dispose(Boolean)

Releases the resources used by the CGColorConverter object.

Finalize()

Finalizer for the CGColorConverter object

Applies to