Color.__mul

Kind: Operation

Environments: Game, Terrain

Game

Color * Color
Color * number

Open the full Game reference

Operations:

Operation Returns Description
Color * Color Color Returns the product of two colors, multiplying each component.
Color * number Color Returns the product of a color and a scalar.

Terrain

Color * Color
Color * number

Open the full Terrain reference

Operations:

Operation Returns Description
Color * Color Color Returns the product of two colors, multiplying each component.
Color * number Color Returns the product of a color and a scalar.