times

inline operator fun Color.times(other: Color): Color
inline operator fun Color.times(other: Float): Color

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


inline operator fun Vec2.times(other: Vec2): Vec2
inline operator fun Vec2.times(other: Float): Vec2

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


inline operator fun Vec3.times(other: Vec3): Vec3
inline operator fun Vec3.times(other: Float): Vec3

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