An { r, g, b, a } color with every channel from 0 to 1, for color.rgba1Color.
{ r, g, b, a }
color.rgba1Color
Optional
The color object; every channel from 0 to 1, a being 0 for transparent and 1 for opaque.
a
{ "r": 0, "g": 0, "b": 1, "a": 1 } Copy
{ "r": 0, "g": 0, "b": 1, "a": 1 }
0
1
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 every channel from 0 to 1, forcolor.rgba1Color.