Vector multiplication is now commutative (number * vector is a valid operation) and supports element-wise vector by vector multiplication. Color(R, G, B, A, RO, GO, BO) has been updated: Only the first three arguments (R, G, B) are required, A defaults to 1 when omitted. The offset...