Skip to main content

background

Description

The background function sets the color used for the background. The default background is transparent. This function is used to clear the display window at the beginning of each frame.

Syntax

background(v1, v2, v3, [alpha])
background(gray, [alpha])
background(values)

Parameters

ParameterDescription
v1red or hue value (depending on the current color mode)
v2green or saturation value (depending on the current color mode)
v3blue or brightness value (depending on the current color mode)
alphaopacity of the background relative to current color range (default is 0-255) (Optional)
grayspecifies a value between white and black
valuesan array containing the components of the color