Text background definition.
Referenced by: TextSymbol3DLayer
Properties
Property | Details |
---|---|
color | Color is represented as a three or four-element array. |
transparency | A value between 100 (full transparency) and 0 (full opacity). |
text background Example
{
"color": [
0,
0,
0
],
"transparency": 75
}