Adjusts the bitmap in HSL color space.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void AdjustHsl( float hue, float saturation, float lightness )
Type: System.Single
The hue modifier value in range [-1, 1] (degrees normalized at 360).Type: System.Single
The saturation modifier value in range [-1, 1].Type: System.Single
The lightness modifier value in range [-1, 1].This method supports the hue, saturation, and lightness settings. The specified values are added to appropriate components in HSL color space to each pixel.