clearImage

open fun clearImage()

Post a task to clear the surface to a transparent uniform color.


open fun clearImage(r: Float, g: Float, b: Float, a: Float)

Post a task to clear the surface to a specific color.