GetChatCategoryColor
ESO Lua API function — used by 33 of the 3,030 addons we indexed (combined 15,555,271 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.
Official signature
GetChatCategoryColor([ChatChannelCategories|#ChatChannelCategories] category)Returns: number red, number green, number blue
Real usage — from Action Duration Reminder
if category then
local r, g, b = GetChatCategoryColor(category)
if r and g and b thenShort excerpt from the shipping addon Action Duration Reminder — its ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.
Most-downloaded addons using it
| Addon | Total downloads |
|---|---|
| Action Duration Reminder | 6,522,011 |
| Master Merchant 3.0 | 3,883,523 |
| pChat (Chat customization & help: look/notification/sound/automation/history) | 1,832,805 |
| Loot Log | 1,608,502 |
| Arkadius' Trade Tools | 845,488 |
| Shissu's Guild Tools | 186,581 |