Thread: VertexColor
View Single Post
07-26-18, 10:38 AM   #3
numberzero2
A Murloc Raider
Join Date: Jul 2018
Posts: 9
Originally Posted by Fizzlemizz View Post
There's an r in Journal.
Ops bad example my bad. This one doesn't work too:
Lua Code:
  1. for i, v in pairs({ PlayerTalentFrameTopBorder, PlayerTalentFrameRightBorder,
  2.     PlayerTalentFrameLeftBorder, PlayerTalentFrameBottomBorder }) do
  3.     v:SetVertexColor("some random color preset you choose")
  4. end
  Reply With Quote