HistogramEqualize.Histogram Property

Gets or sets a histogram to be equalized.

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

Syntax

C#
public Histogram Histogram { get; set; }

Property Value

A Histogram to equalize. The default value is null.

Remarks

If histogram is not set (this property is null), algorithm automatically builds it from the bitmap at which the effect is applied (depending on HistogramMode property). Otherwise it will build LUT that equalizes this histogram and apply it on the image.

See Also

Reference