WoW:API LayeredRegion SetVertexColor: Difference between revisions

m
Move page script moved page API LayeredRegion SetVertexColor to WoW:API LayeredRegion SetVertexColor without leaving a redirect
mNo edit summary
m (Move page script moved page API LayeredRegion SetVertexColor to WoW:API LayeredRegion SetVertexColor without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 39: Line 39:
:  You have a background layer with a texture (named 'myModBackground') set as a filled color of (decimal RGB triplet) '0.5,0,0.5'.
:  You have a background layer with a texture (named 'myModBackground') set as a filled color of (decimal RGB triplet) '0.5,0,0.5'.
:  You execute the following in one of your functions:
:  You execute the following in one of your functions:
  getglobal("myModBackground"):SetVertexColor(0.5,1,0.5);
: <code>_G["myModBackground"]:SetVertexColor(0.5,1,0.5);</code>
:  The result would be that the color for 'myModBackground' is set to (0.25,0,0.25), not (0.5,1,0.5).
:  The result would be that the color for 'myModBackground' is set to (0.25,0,0.25), not (0.5,1,0.5).


Anonymous user