setHalo: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:setHalo moved to setHalo) |
(No difference)
|
Revision as of 03:54, 9 March 2009
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")]