Bitmap.fill

Fills the entire bitmap with one color.

  1. void fill(Color color)
    class Bitmap
    void
    fill
    (
    Color color
    )
  2. void fill(int x, int y, int width, int height, Color color)

Meta