Queries the [r, g, b, a] color property of the GameObject.
GameObject reference
[r, g, b, a] color as an array
const gameobject = update_color(create_circle(100), [255, 127, 127, 255]);query_color(gameobject); Copy
const gameobject = update_color(create_circle(100), [255, 127, 127, 255]);query_color(gameobject);
Queries the [r, g, b, a] color property of the GameObject.