HistogramEqualize Constructor (Histogram)

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

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

Syntax

C#
public HistogramEqualize(
	Histogram histogram
)

Parameters

histogram

Type: Aurigma.GraphicsMill.Histogram

A Histogram to equalize. You can change it later using the Histogram property.

See Also

Reference