Thread: VertexColor
View Single Post
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