Click or drag to resize

AdjustHslCommandHue Property

Gets or sets the value of hue.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public double Hue { get; set; }

Property Value

Type: Double
Amount to adjust the Hue.
Exceptions
ExceptionCondition
Thrown if value is not between -240 and 240, inclusive.
See Also