backgroundColor property

int backgroundColor
getter/setter pair

描述:混合流的背景颜色。

取值:值必须是十六进制数字。例如,"0x61B9F1" 表示 RGB 颜色值 (97,158,241)。默认值:0x000000(黑色)。

Implementation

int backgroundColor = 0;