rgba property

Vector4 rgba

Implementation

Vector4 get rgba => xyzw;
void rgba=(Vector4 arg)

Implementation

set rgba(Vector4 arg) => xyzw = arg;