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

HistogramEqualize.Histogram Property

Gets/sets a histogram should be equalized.

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

Syntax

Visual Basic
Public Property Histogram As Histogram
C#
public Histogram Histogram { get; set; }

Property Value

Histogram class instance containing a histogram to equalize. Can be null.

Remarks

If histogram is not set (this property equals to 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.

Default value is null.

See Also

Reference