View Single Post
10-13-19, 10:22 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
Ignore the following if you did mean the font itself and not the image.


It looks like someone years back had a similar problem and posted the query on another site and got an answer ..

https://www.mmo-champion.com/threads...-on-mouse-over

This is the actual line of code to change the color of the image .. set these to 0,0,0 for black
button3:GetNormalTexture():SetVertexColor(r, g, b);

What you changed in your code to 0,0,0 is the font text and not the image itself. So you may want to revert that back to what it was so that you can see the writing properly.

Give that a go and let us know how you eventually got it working ( if you did that is )
__________________


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