ColorVector:operator/(f)

Version added: before 9.5

Divides a color by a number, returning the result as a new color

ArgumentTypeDescriptionDefaultVer
frealA number to divide the color by< 9.5

Return type (ColorVector): the original color, divided by the number "num"

Divides a color by a number, returning the result as a new color. Example: c2 = c / 3.