This documentation is for the old version. Go to the latest Graphics Mill docs

ColorManagementProvider Methods

The ColorManagementProvider type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Convert

Converts bitmap to specified pixel format.

Public method ConvertToContinuous

Applies color conversion between various color spaces.

Public method ConvertToIndexed

Applies color reduction to indexed pixel formats.

Public method Dispose

Releases all resources used by this ColorManagementProvider.

(Overrides LockableObject.Dispose().)
Public method Static member EnableColorManagementForHdc

Enables or disables color management for specified device context.

Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

See Also

Reference