plus

inline operator fun Color.plus(other: Color): Color

Creates a new Color that is the result of the operation "this plus other".


inline operator fun Vec2.plus(other: Vec2): Vec2

Creates a new Vec2 that is the result of the operation "this plus other".


inline operator fun Vec3.plus(other: Vec3): Vec3

Creates a new Vec3 that is the result of the operation "this plus other".