backgroundColor property Null safety

int backgroundColor
read / write

Field description: background color of the mixed video image. The default value is black, and the format is hex number; for example: "0x61B9F1" represents the RGB color (97,158,241). Recommended value: default value: 0x000000 (black)

Implementation

int backgroundColor;