Context.setClearColor

Sets the renderer buffer clear color. This can be interpreted as the background color.

@param color The clear color

class Context
abstract
void
setClearColor
(
float red
,
float green
,
float blue
,
float alpha
)

Meta