ColorAdjustmentProvider Class

Contains methods and properties used to provide color adjustment and tone correction (brightness/contrast, levels, hue/saturation/lightness adjustment, etc.).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class ColorAdjustmentProvider

Remarks

This class is accessible via the Bitmap.ColorAdjustment property. You should use it if you need to apply tone and color correction algorithms on the bitmap without creating appropriate transform object (contained in Aurigma.GraphicsMill.Transforms namespace). Therefore you can write only single line of code to make a tone correction.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.ColorAdjustmentProvider

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference