![]() |
Wowpedia is no longer updated, go away. |
Returns a list of UI colors to be imported into the global environment on login.
colors = C_UIColor.GetColors()
Returns[]
- colors
- DBColorExport[] - A list of UI color structures.
Field | Type | Description |
---|---|---|
baseTag | string | The global name to associate with this color. |
color | ColorMixin🔗 |
Details[]
- UI colors are stored within the globalcolor client database.
Patch changes[]
Patch 10.0.0 (2022-10-25): Added.