processingScreenBackground property

void processingScreenBackground=(Color val)

Implementation

set processingScreenBackground(Color val) {
  _processingScreenBackground = val;
  _set({"400": _intFromColor(val)});
}