clear abstract method

void clear([
  1. Color? c
])

Set all of the pixels to the Color c, or all values to 0 if c is not given.

Implementation

void clear([Color? c]);