colour.conversions¶
Conversion functions of the form x2y (e.g. rgb2hex).
Functions
|
Convert color from hex to hsl. |
|
Transform hex RGB representation to RGB tuple. |
|
Convert HEX representation to WEB. |
|
Convert color from hsl to hex. |
|
Convert HSL representation towards RGB. |
|
Convert color from hsl to web. |
|
Transform RGB tuple to hex RGB representation. |
|
Convert RGB representation towards HSL. |
|
Convert color from rgb to web. |
|
Convert WEB representation to HEX. |
|
Convert color from web to hsl. |
|
Convert color from web to rgb. |