# color()

# Example

# Description

Applies a color to all objects created after with the provided red, green and blue values.

# Syntax

color(red, green, blue);

# Parameters

red Float: value from 0.0 to 1.0

green Float: value from 0.0 to 1.0

blue Float: value from 0.0 to 1.0