At My Fingertips

Documentation

Documentation

Function from library pytamaro

hsv_color(huesaturationvalue)

hsv_colorhuesaturationvalue

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

HSV cylinder (SharkD via Wikimedia Commons)HSV cylinder (SharkD via Wikimedia Commons)

huehue of the color [0-360]

saturationsaturation of the color [0-1]

valuethe amount of light that is applied [0-1]

A color with the provided HSVA components.
Code
show_graphic(rectangle(50, 50, hsv_color(0, 1.0, 1.0)))
Output
Graphical output from execution result
Code
show_graphic(rectangle(50, 50, hsv_color(120, 1.0, 1.0)))
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)