Hi Michael,

are you looking for something like this:

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

regards
JC

On Thu, May 20, 2010 at 3:07 PM, Mendelsohn, Michael <
michael.mendels...@fmglobal.com> wrote:

> Thanks, Juan.
>
> What I'm really looking for is how to extract values for redMultiplier,
> greenMultiplier and blueMultiplier out of a given color hex value, say
> #336699.
>
> - Michael M.
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to