HistogramEqualize.HistogramMode Property

Gets or 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

C#
public HistogramMode HistogramMode { get; set; }

Property Value

A HistogramMode specifying 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