bg property

void bg=(Color color)

Implementation

set bg(Color color) {
  filled = true;
  fillColor = color;
}