Appearance
Color
Type: null|string
null|string
CSS color name (e.g "red"), "transparent", rgb(a) notation (e.g: "rgb(128, 128, 128)" or "rgba(128, 128, 128, 0.2)"), hexadecimal notation (e.g: "#FFFFFF") or null (transparent).
"red"
"transparent"
"rgb(128, 128, 128)"
"rgba(128, 128, 128, 0.2)"
"#FFFFFF"
null