Click or drag to resize

AdvancedLevelsCommand Constructor (Color, Color, Color, Color, Color)

Initializes a new instance of the AdvancedLevelsCommand class with specified shadow, midtone, highlight, low and high output range colors.

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

Parameters

shadowColor
Type: System.DrawingColor
Color of the shadow.
midtoneColor
Type: System.DrawingColor
Color of the midtone.
highlightColor
Type: System.DrawingColor
Color of the highlight.
outputRangeLow
Type: System.DrawingColor
Low output range color.
outputRangeHigh
Type: System.DrawingColor
High output range color.
See Also