Thread: VertexColor
View Single Post
07-26-18, 11:59 AM   #8
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Code:
/run for i, v in pairs({ PlayerTalentFrameTopBorder, PlayerTalentFrameRightBorder,PlayerTalentFrameLeftBorder,PlayerTalentFrameBottomBorder,PlayerTalentFrameBtnCornerLeft,PlayerTalentFrameBtnCornerRight }) do v:SetVertexColor(1, 0, 0) end
Maybe you're setting the colour too early and it's being changed back.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote