just wondering, GST could probably even do this, but could you make a built variable that holds all the color names, hex, and RGB?
like
PHP Code:
player.colors[ 0] = this.colorlist[ 0];
which should return 'black'
be like
PHP Code:
this.colorList = {{ "black", "#000000", { 0, 0, 0}}, ...};
I would like to see also being able to set colors[ #]'s with hex/rgb also