At My Fingertips

Documentation

Documentation

Function from library pytamaro

hsl_color(huesaturationlightness)

hsl_colorhuesaturationlightness

Returns a color with the provided hue (H), saturation (S), lightness (L) and a certain degree of opacity (alpha, A).

HSL cylinder: SharkD via Wikimedia CommonsHSL cylinder: SharkD via Wikimedia Commons

huehue of the color [0-360]

saturationsaturation of the color [0-1]

lightnessthe amount of white or black applied [0-1]. Fully saturated colors have a lightness value of 1/2.

A color with the provided HSLA components
Code
show_graphic(rectangle(50, 50, hsl_color(0, 1.0, 1.0)))
Output
Graphical output from execution result
Code
show_graphic(rectangle(50, 50, hsl_color(120, 1.0, 0.5)))
Output
Graphical output from execution result

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version 4153f55 (Wed, 02 Apr 2025 06:58:19 GMT)