extensions library
Functions
-
hpluvToRGBColor(
List< double> tuple) → Color -
hsluvToRGBColor(
List< double> tuple) → Color -
HSLuv values are ranging in
0;360
,0;100
and0;100
and RGB in0;1
. @param tuple An array containing the color's HSL values in HSLuv color space. @return A string containing a#RRGGBB
representation of given color. */ -
toColor(
List< double> rgb) → Color -
toRGBList(
Color color) → List< double>