View Single Post
11-22-20, 11:16 PM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
I can't see where any of the set color codes are set so far but found this file that shows more in the backdrop table.

https://www.townlong-yak.com/framexm...ameTooltip.lua

Which implies that you could set your own colors using the regular table format { r = .. , b = .. , c = ... }

Constants.lua also had these colors being used .. but can't find where they are set

BAG_ITEM_QUALITY_COLORS = {
[Enum.ItemQuality.Common] = COMMON_GRAY_COLOR,
[Enum.ItemQuality.Uncommon] = UNCOMMON_GREEN_COLOR,
[Enum.ItemQuality.Rare] = RARE_BLUE_COLOR,
[Enum.ItemQuality.Epic] = EPIC_PURPLE_COLOR,
[Enum.ItemQuality.Legendary] = LEGENDARY_ORANGE_COLOR,
[Enum.ItemQuality.Artifact] = ARTIFACT_GOLD_COLOR,
[Enum.ItemQuality.Heirloom] = HEIRLOOM_BLUE_COLOR,
[Enum.ItemQuality.WoWToken] = HEIRLOOM_BLUE_COLOR,
}

Aha .. found them

https://www.townlong-yak.com/framexm...rConstants.lua
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote