clear

actual abstract fun clear(color: ERROR CLASS: Symbol not found for ColorRGBa)(source)
expect abstract fun clear(color: ColorRGBa)(source)

Clears the current graphical context with the specified color.

Parameters

color

The color value of type ColorRGBa used to clear the graphical context.

actual abstract fun clear(color: ColorRGBa)(source)