rgb property

Vector3 rgb

Implementation

Vector3 get rgb => xyz;
void rgb=(Vector3 arg)

Implementation

set rgb(Vector3 arg) => xyz = arg;