backgroundColor property
getter/setter pair
Description: The background color of the mixed stream.
Value: The value must be a hex number. For example, "0x61B9F1" represents the RGB color value (97,158,241). Default value: 0x000000
(black).
Implementation
int backgroundColor = 0;