VisuaLife
latest
Documentation
Installation
Examples gallery
Live demo
How To
Tutorials
Brython tips
Change log
Development
API reference
visualife.calc Package
visualife.calc.math_utils Module
visualife.core Package
visualife.core.styles Module
Functions
clamp
color_name_to_hex
colormap_by_name
create_style
get_font_size
hex_to_rgb
hsv_to_hex
hsv_to_rgb
is_hex
make_brighter
make_darker
mix_colors
rgb_norm_to_hex
rgb_to_hex
shade
Classes
visualife.core.shapes Module
visualife.core.three_d Package
visualife.data Package
visualife.diagrams Package
visualife.serverside Package
visualife.utils Package
visualife.widget Package
Data formats
VisuaLife
Docs
»
visualife.core Package
»
hsv_to_rgb
Edit on Bitbucket
hsv_to_rgb
¶
visualife.core.styles.
hsv_to_rgb
(
hsv: tuple
)
→ tuple
¶
Convert HSV tuple to RGB tuple
Parameters:
hsv
(
tuple
) – HSV tuple
Returns:
RGB tuple