Thread Tools Display Modes
08-02-10, 01:20 PM   #1
Falarin
A Cyclonian
 
Falarin's Avatar
Join Date: Jan 2009
Posts: 49
Vibrant Unitframe Class Color Help

I am currently trying out Stuf unitframes to attempt my own UI. I really love the look of the unitframes that Led++ uses here http://img10.abload.de/img/enb2010_7..._39_554d6j.png . I am just lost on how I can get the colors for my health and power so vibrant?

Btw, I am a complete newb with Stuf so if you can, please try to explain how to achieve this as simply as you can xD

Thanks,
~Fal
  Reply With Quote
08-02-10, 03:29 PM   #2
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
You should take a look at this thread.

http://www.wowinterface.com/forums/s...ighlight=bloom

Led uses that mod too get his colors extra vibrant.

Once you start using it you dont go back, thats my experience. wow is soo grey and dull without it.
  Reply With Quote
08-02-10, 03:31 PM   #3
v6o
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 399
You can try using a completely or partly white texture file for the brightest attainable color if you don't want to use ENBSeries to attain the same result.
__________________
I stopped playing back World of Warcraft in 2010 and I have no plans on returning.
This is a dead account and if you want to continue any of my addons or make a fork then feel free to do so.
This is your permission slip.

If you need to contact me, do so on Twitter @v6ooo

Best regards, v6.

Last edited by v6o : 08-02-10 at 03:37 PM. Reason: just making sure it's readable... /rolleyes
  Reply With Quote
08-02-10, 05:18 PM   #4
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 115
These are the colors that I use that are somewhat similar.
Code:
RAID_CLASS_COLORS = {
	["DEATHKNIGHT"] = { r = 247/255, g = 10/255 , b = 46/255 },
	["DRUID"] = { r = 238/255, g = 105/255, b = 0/255 },
	["HUNTER"] = { r = 156/255, g = 219/255, b = 39/255 },
	["MAGE"] = { r = 33/255, g = 212/255, b = 246/255 },
	["PALADIN"] = { r = 242/255, g = 63/255, b = 150/255 },
	["PRIEST"] = { r = 255/255, g = 255/255, b = 255/255 },
	["ROGUE"] = { r = 255/255, g = 239/255, b = 20/255 },
	["SHAMAN"] = { r = 0, g = 129/255, b = 255/255 },
	["WARLOCK"] = { r = 187/255, g = 77/255, b = 255/255 },
	["WARRIOR"] = { r = 203/255, g = 146/255, b = 66/255 },
}
  Reply With Quote
08-02-10, 05:45 PM   #5
Falarin
A Cyclonian
 
Falarin's Avatar
Join Date: Jan 2009
Posts: 49
Thanks for the replies! I am familiar with the Bloom Effect as I have tried it before, I was just trying to get the same color scheme like Led++, I will try out your colors Dainton, I do however have one question. Are you using Stuf/Pitbull/Something else? And how would I add the numbers into the color scheme? I know in Stuf it gives me the color wheel, not numbers.
  Reply With Quote
08-02-10, 05:58 PM   #6
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 115
Try out ColorTools
  Reply With Quote
08-02-10, 05:59 PM   #7
OttoDeFe
A Chromatic Dragonspawn
 
OttoDeFe's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 178
Stuf supports Class Colors by Phanx - set your colors there and they should show in your unit frames as well.
__________________
"They say
the pen is mightier than any saber -
any sword -
but if there's a war
I just don't know if a Bic will save ya..."

-- Last Offence
  Reply With Quote
08-02-10, 06:13 PM   #8
Falarin
A Cyclonian
 
Falarin's Avatar
Join Date: Jan 2009
Posts: 49
Thanks again!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Vibrant Unitframe Class Color Help


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