bgr property

Vector3 get bgr

Implementation

Vector3 get bgr => zyx;
set bgr (Vector3 arg)

Implementation

set bgr(Vector3 arg) => zyx = arg;