setBackgroundColor method

ProcessingThemeBuilder setBackgroundColor(
  1. String v
)

Implementation

ProcessingThemeBuilder setBackgroundColor(String v) {
  colors['background'] = v;
  return this;
}