Click or drag to resize

LevelsCommand Constructor (Color, Color, Color, Color)

Creates a new instance of LevelsCommand specifying the shadow and highlight colors, and the output range.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LevelsCommand(
	Color shadowColor,
	Color highlightColor,
	Color outputRangeLow,
	Color outputRangeHigh
)

Parameters

shadowColor
Type: System.DrawingColor
The black point in the image used as an input clipping point.
highlightColor
Type: System.DrawingColor
The white point in the image used as an input clipping point.
outputRangeLow
Type: System.DrawingColor
The dark color value to stretch the histogram to.
outputRangeHigh
Type: System.DrawingColor
The light color value to stretch the histogram to.
See Also