ColorVector:operator /(f)

Version added: before 9.5
Divides a color by a number, returning the result as a new color

Arguments:

Name Type Description Default Ver
f real A number to divide the color by < 9.5

Return value:

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.
<< Back to ColorVector