Thread Tools Display Modes
06-23-14, 10:04 AM   #1
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Power colors

I would propose following changes to oUF.colors.power:
Code:
oUF.colors.power[ALTERNATE_POWER_INDEX] = {0.7, 0.7, 0.6} -- as used by the default ui
oUF.colors.power["SHADOW_ORBS"] = {} -- some value here
oUF.colors.power["BURNING_EMBERS"] = {} -- some value here
oUF.colors.power["DEMONIC_FURY"] = {} -- some value here
I would also include eclipse and stagger right from the power element (both are currently not copied correctly and the latter is added by the stagger element, which won't load for non monks)

The main reason for this would be to have a centralized place for power colors and thus making the colors easier to change by layout users by just exposing the table. The key names are the same as the powerType argument of the UNIT_POWER* events. ALTERNATE_POWER_INDEX evaluates to 10, which is currently not in use by PowerBarColor (from where oUF gets the power colors).

Do you guys have something to oppose? Maybe I'm missing something as Blizzard hasn't added those to PowerBarColor.
  Reply With Quote
06-23-14, 12:03 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I'd guess that the specific colors you listed aren't defined in oUF by default because Blizzard doesn't provide any default values for those colors, because all the default UI textures that are used to display those power types have all their colors baked in, but I don't see any problem with oUF including some sensible colors pulled from the default textures.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
06-23-14, 12:07 PM   #3
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Ouch, I need to read before posting

Last edited by Rainrider : 06-23-14 at 12:11 PM.
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Power colors


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off