color

Description

Creates a color using the given red, green, and blue amounts, which are integers between 0-255. The optional alpha channel to the color controls transparency.

Syntax

color( red, green, blue, [alpha] )

Examples

There are no expression function examples associated with this expression function.