rgba property

Vector4 get rgba

Implementation

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

Implementation

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