C_UIColor.GetColors

From Warcraft Wiki
Jump to navigation Jump to search

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

Dragonflight Patch 10.0.0 (2022-10-25): Added.