rgb property
Vector3
get
rgb
inherited
Implementation
Vector3 get rgb => xyz;
set
rgb
(Vector3 arg)
inherited
Implementation
set rgb(Vector3 arg) => xyz = arg;