setHalo
setHalo() Function
Sets the Halo color of the Current Token. The valid values for this function are
- Black
- Green
- Yellow
- Orange
- Red
- Cyan
- Magenta
- White
- A hexadecimal string in the format #rrggbb.
- None
Usage
[h: setHalo(color)]
Examples
To remove the Halo from the Current Token.
[h: setHalo("None")]
To set the Halo for the Current Token to red.
[h: setHalo("Red")]
To set the Halo from the Current Token to a custom color
[h: setHalo("#33AAFF")]