Click or drag to resize

AdjustHslCommand Constructor (Boolean, Double, Double, Double)

Creates a new instance of AdjustHslCommand specifying the Hue, Saturation and Luminance values.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AdjustHslCommand(
	bool adjustByPercentage,
	double hue,
	double saturation,
	double luminance
)

Parameters

adjustByPercentage
Type: SystemBoolean
Set to true if you want the hue, saturation and luminance values to be considered percentages.
hue
Type: SystemDouble
Amount to adjust the Hue. Valid values are -100 to 100 when using percentage and -240 to 240 when using literal.
saturation
Type: SystemDouble
Amount to adjust the Saturation. Valid values are -100 to 100 when using percentage and -240 to 240 when using literal.
luminance
Type: SystemDouble
Amount to adjust the Luminance. Valid values are -100 to 100 when using percentage and -240 to 240 when using literal.
See Also