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

ColorProfile Members

The ColorProfile type exposes the following members.

Constructors

Name Description
Public method ColorProfile

Creates ColorProfile class instance from given file.

Methods

Name Description
Public method {dtor}

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

Public method Clone

Returns a full copy of this ColorProfile instance.

Public method Dispose

Releases all resources used by this ColorProfile.

(Overrides LockableObject.Dispose().)
Public method Equals (Inherited from Object.)
Public method Static member FromHdc

Returns color profile associated with the specified device context.

Public method Static member FromScreen

Returns color profile associated with the monitor.

Public method Static member FromSrgb

Creates ColorProfile class instance from standard sRGB color profile.

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 Save Overloaded.

Saves the color profile to specified Stream or file.

Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property ColorSpace

Indicates color space current profile designed for.

Public property Copyright

Gets copyright information stored in the color profile.

Public property Description

Gets the profile description.

Public property DeviceClass

Gets profile device class (i.e. what kind of devices it is intended for).

Public property FileName

Returns color profile file name.

Public property Info

Gets the additional profile details.

Public property IsDisposed (Inherited from LockableObject.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Manufacturer

Gets the device manufacturer name.

Public property Model

Gets the device model name.

Public property Name

Gets the profile name.

Public property Static member ProfileDirectory

Returns a name of the standard Windows folder which stores color profiles.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)

See Also

Reference