Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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.

Advertisement