用于 color.rgba255Color 的 { r, g, b, a } 颜色,颜色通道从 0 到 255,不透明度从 0 到 1。
color.rgba255Color
{ r, g, b, a }
Optional
颜色对象;r、g 和 b 从 0 到 255,a 从 0(透明)到 1(不透明)。
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
用于
color.rgba255Color的{ r, g, b, a }颜色,颜色通道从 0 到 255,不透明度从 0 到 1。