The color argument is a web color.
Valid notations include 3, 6 or 8 hex digits with an optional leading hash symbol,
as well as rgb() or rgba() notations.
Example:
xxxxxxxxxx
1
w2utils.parseColor('49A4DF01')
2
Returns
xxxxxxxxxx
1
{ r: 73, g: 164, b: 223, a: 1 }
2
It can be used to convert to rgb(...) or rgba(...) notation