plusAssign

inline operator fun Color.plusAssign(other: Color)

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


inline operator fun Vec2.plusAssign(other: Vec2)

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


inline operator fun Vec3.plusAssign(other: Vec3)

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