|
|
|
|
|
HSL (Function) In french: TSL Creates a color from its hue, saturation and lightness.
// Color an area in light blue dFill(10, 50, HSL(180, 100, 50)) Syntax
<Result> = HSL(<Color Hue> , <Color Saturation> , <Color Lightness>)
<Result>: Integer Value of the color. This value can be used in all WLanguage functions that handle a color. <Color Hue>: Integer Value included between 0 and 360 (angle of chromatic circle). The red color corresponds to 0°. <Color Saturation>: Integer Value included between 0 and 100 (percentage of saturation). <Color Lightness>: Integer Value included between 0 and 100 (percentage of lightness).
Related Examples:
|
Unit examples (WINDEV): Modifying the Hue, Saturation and Lightness
[ + ] Process on the images via the WLanguage dModifyHSL function. This function is used to modify the hue, the saturation and the lightness of an image.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|