getBackgroundColor method

int getBackgroundColor()

Returns the background color.

@return the background color.

Implementation

int getBackgroundColor() {
  return backgroundColor;
}