rgb property

Vector3 get rgb

Implementation

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

Implementation

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