getBackgroundColor
Gets the background color in hex.
public int getBackgroundColor() {
    return this.backgroundColor;
  }
            
            
            
            
            
            
            
            Returns
The background color to set in RGB hex value.