HD Custom Color Information

Custom Color Input supports the following formats:

Hex Color Information:

#RRGGBB or 0xRRGGBB or RRGGBB

Examples for 75% red:
#BF0000
0xBF0000
BF0000
#bf0000
0xbf0000
bf0000

Vector Color Information:

R G B or R,G,B or <R,G,B>
Range [0,255] or [0.0,1.0]

Examples for 75% red:
191 0 0
191,0,0
<191,0,0>
<191.0, 0.0, 0.0>
0.75 0 0
0.75,0,0
<0.75,0,0>
<0.75, 0.00, 0.00>