Initializes a new instance of the AdjustHsl class using the specified noise settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public AdjustHsl( float hue, float saturation, float lightness )
Type: System.Single
The hue modifier value in range [-1, 1]. You can change this value later through the Hue property.Type: System.Single
The saturation modifier value in range [-1, 1]. You can change this value later through the Saturation property.Type: System.Single
The lightness modifier value in range [-1, 1]. You can change this value later through the Lightness property.