Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-26-18, 09:35 AM   #1
numberzero2
A Murloc Raider
Join Date: Jul 2018
Posts: 9
VertexColor

Hello!

I'm having problems to set a vertex color to some Blizzard frames. For the majority of frames this code work, but some doesn't, Idk if this is a blizzard problem or I'm doing something wrong to those frames, maybe I don't have permission to change them?

Example of a code that doesn't change the vertex color:
Lua Code:
  1. for i, v in pairs({ CollectionsJounalTopBorder, CollectionsJounalRightBorder,
  2.     CollectionsJounalLeftBorder, CollectionsJounalBottomBorder }) do
  3.     v:SetVertexColor("some random color preset you choose")
  4. end

Someone can help me if this? Thanks in advance.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » VertexColor


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