A www.Sockets4.NET class library

ImageCanvas.AdjustHSL Method 

Adjusts the Hue, Saturation, and Lightness of the image

public void AdjustHSL(
   int hAdd,
   int sAdd,
   int lAdd
);

Parameters

hAdd
Add hue, scale from 1 to 360.
sAdd
Add saturation, scale from 1 to 100.
lAdd
Add lightness, scale from 1 to 100.

See Also

ImageCanvas Class | Sockets4Images Namespace