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

ColorAdjustmentProvider Members

The ColorAdjustmentProvider 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 AdjustHsl

Adjusts hue, saturation, and lightness of the image.

Public method ApplyLut Overloaded.

Applies tone correction using specified look-up table (LUT).

Public method AutoBrightness Overloaded.

Automatically adjusts brightness.

Public method AutoContrast Overloaded.

Automatically adjusts contrast.

Public method AutoLevels Overloaded.

Automatically applies levels adjustment.

Public method Brightness Overloaded.

Adjusts image brightness.

Public method BrightnessContrast Overloaded.

Adjusts image brightness and contrast in single pass.

Public method ChannelBalance

Adjusts balance between color channels (by adding a constant to each channel).

Public method Contrast Overloaded.

Adjusts image contrast.

Public method Curves Overloaded.

Applies tone correction using specified curve (analogue to Adobe® Photoshop® Curves command).

Public method Desaturate

Desaturates the image.

Public method Dispose

Releases all resources used by this ColorAdjustmentProvider.

(Overrides LockableObject.Dispose().)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HistogramEqualize Overloaded.

Applies histogram equalization to the bitmap.

Public method Invert

Inverts all colors of the image.

Public method Levels Overloaded.

Applies tone levels correction (the same as Adobe® Photoshop® Levels effect).

Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Solarize

Applies solarize effect.

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 IsDisposed (Inherited from LockableObject.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Timeout

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

(Overrides LockableObject.Timeout.)

See Also

Reference