ActionScript On Get color from string
by shaman4d.blogspot.com,
July 13, 2008 19:21
Thanks, but wgat we have fo...
public static function getColorFromString(color:String):int
{
return parseInt(new RegExp(/[0-9a-fA-F]+/).exec(color),16);
...
ActionScript Get color from string
Script was written on AS3. ...
Yeah - its a much better th...