Method getBackgroundColor
v4.5.2
v4.5.2
v4.5.1
v4.5.0
v4.4.0
v4.3.2
v4.3.1
v4.3.0
v4.2.3
v4.2.2
getBackgroundColor
获取背景颜色。
Java
public int getBackgroundColor() {
return this.backgroundColor;
}
返回值
背景颜色,格式为 RGB 定义下的 Hex 值。
获取背景颜色。
public int getBackgroundColor() {
return this.backgroundColor;
}
背景颜色,格式为 RGB 定义下的 Hex 值。