Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-24-24, 12:16 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,974
The background colour is from the creation of the portrait texture by Blizz. It's not a seperate background you can adjust.

You can try this in different versions of the game to see (while it lasts). /reload or exit to clear.
Lua Code:
  1. /run local t = UIParent:CreateTexture() t:SetSize(100, 100)  t:SetPoint("TOP", 0, -10) SetPortraitTexture(t, "player")
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 05-24-24 at 12:20 PM.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Cataclysm portrait background color change


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