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

HistogramEqualize.HistogramMode Property

Gets/sets value that specifies how to build histogram if no custom histogram specified.

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

Syntax

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

Property Value

HistogramModevalue that specifies how to build histogram if no custom histogram specified.

Remarks

If both HistogramMode and Histogram specified, histogram mode is ignored (custom histogram used).

See Also

Reference