minusAssign

inline operator fun Color.minusAssign(other: Color)

Modifies this Color so that its value is the result of the operation "this minus other".


inline operator fun Vec2.minusAssign(other: Vec2)

Modifies this Vec2 so that its value is the result of the operation "this minus other".


inline operator fun Vec3.minusAssign(other: Vec3)

Modifies this Vec3 so that its value is the result of the operation "this minus other".