An { r, g, b, a } color with color channels from 0 to 255 and opacity from 0 to 1, for color.rgba255Color.
{ r, g, b, a }
color.rgba255Color
Optional
The color object; r, g and b from 0 to 255 and a from 0 (transparent) to 1 (opaque).
r
g
b
a
{ "r": 0, "g": 0, "b": 255, "a": 1 } Copy
{ "r": 0, "g": 0, "b": 255, "a": 1 }
0
255
Namespace: Bit › Inputs › Color
Other symbols in Inputs.Color:
API reference home · Full symbol index · Tutorials and guides · Platform
An
{ r, g, b, a }color with color channels from 0 to 255 and opacity from 0 to 1, forcolor.rgba255Color.