private function toHexValue(r:int, g:int, b:int):uint
{
var hex:uint = r << 16 ^ g << 8 ^ b;
return hex;
}
Flash Actionscript Blog, Free Flash Components, Flash Source Code and many more for the community of Flash and Flex developers. Blog managed by Ankur Arora
private function toHexValue(r:int, g:int, b:int):uint
{
var hex:uint = r << 16 ^ g << 8 ^ b;
return hex;
}
Copyright © Flex/Flash Developer - by Ankur Arora | Blogger Theme by BloggerThemes
0 comments:
Post a Comment