Bitmap.ColorAdjustment Property

Gets an object providing methods which are responsible for 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 ColorAdjustmentProvider ColorAdjustment { get; }

Property Value

A ColorAdjustmentProvider class instance providing methods which are responsible for color adjustment and tone correction.

See Also

Reference