The ColorProfile type exposes the following members.
Name | Description | |
---|---|---|
ColorProfile |
Creates ColorProfile class instance from given file. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Clone |
Returns a full copy of this ColorProfile instance. |
|
Dispose |
Releases all resources used by this ColorProfile. (Overrides LockableObject.Dispose().) |
|
Equals | (Inherited from Object.) | |
FromHdc |
Returns color profile associated with the specified device context. |
|
FromScreen |
Returns color profile associated with the monitor. |
|
FromSrgb |
Creates ColorProfile class instance from standard sRGB color profile. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
Save | Overloaded. Saves the color profile to specified Stream or file. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
ColorSpace |
Indicates color space current profile designed for. |
|
Copyright |
Gets copyright information stored in the color profile. |
|
Description |
Gets the profile description. |
|
DeviceClass |
Gets profile device class (i.e. what kind of devices it is intended for). |
|
FileName |
Returns color profile file name. |
|
Info |
Gets the additional profile details. |
|
IsDisposed | (Inherited from LockableObject.) | |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Manufacturer |
Gets the device manufacturer name. |
|
Model |
Gets the device model name. |
|
Name |
Gets the profile name. |
|
ProfileDirectory |
Returns a name of the standard Windows folder which stores color profiles. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |