minus

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

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


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

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


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

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