Documentation for the core framework used in Zarillion's HandyNotes expansion plugins.
Color | Colorcode |
---|---|
Blue | 0066FF |
Bronze | CD7F32 |
Gold | FFD700 |
Gray | 999999 |
Green | 00FF00 |
LightBlue | 8080FF |
Orange | FF8C00 |
Red | FF0000 |
Silver | C4D4E4 |
White | FFFFFF |
Yellow | FFFF00 |
Heirloom | 00CCFF |
NPC | FFFD00 |
Spell | 71D5FF |
ns.color.Color(string)
ns.color.Green("This text is Green.")
returns |cFF00FF00This text is Green.|r
.ns.status.Color(string)
ns.status.Green("This text is Green.")
returns (|cFF00FF00This text is Green.|r)
.