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)
public sealed class ColorAdjustmentProvider
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.