Halo definition.
Referenced by: TextSymbol3DLayer
Properties
| Property | Details |
|---|---|
| color | Color is represented as a three or four-element array. |
| size | Width of the halo in points. |
| transparency | A value between 100 (full transparency) and 0 (full opacity). |
halo Example
{
"size": 2,
"color": [
255,
255,
0
],
"transparency": 70
}