View Single Post
  #10  
Old 08-27-2011, 07:28 AM
gaben gaben is offline
uhh no
gaben's Avatar
Join Date: Aug 2011
Posts: 47
gaben is an unknown quantity at this point
Polygons also support RGBA coloring, which is nice I guess.

PHP Code:
green 1;
blue 0;
red 0;
alpha 1
Would output a 'green' polygon. Not sure if you can define/initialize color vars outside of the polygon index though.

Last edited by gaben; 08-27-2011 at 08:40 AM..
Reply With Quote