HistogramEqualize Constructor (HistogramMode)

Initializes a new instance of the HistogramEqualize class using the specified histgram mode.

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

Syntax

C#
public HistogramEqualize(
	HistogramMode histogramMode
)

Parameters

histogramMode

Type: Aurigma.GraphicsMill.HistogramMode

A HistogramMode specifying how to build histogram if no custom histogram specified. You can change it later using the HistogramMode property.

See Also

Reference