Thanks JC, I think that's it!  

- MM


are you looking for something like this:

var red:Number = (pColorValue >> 16) & 0xff;
var green:Number = (pColorValue >> 8) & 0xff;
var blue:Number = (pColorValue ) & 0xff;

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to