An { r, g, b } color and the range its channels use, for color.rgbObjToHex.
{ r, g, b }
color.rgbObjToHex
Optional
The color object to convert.
undefined Copy
undefined
The lowest value a channel can have in this object, usually 0.
0 Copy
0
255
0.1
The highest value a channel can have in this object: 255 or 1; anything else is remapped to 0 to 255 first.
255 Copy
Namespace: Bit › Inputs › Color
Other symbols in Inputs.Color:
API reference home · Full symbol index · Tutorials and guides · Platform
An
{ r, g, b }color and the range its channels use, forcolor.rgbObjToHex.