Actionscript flex: Converting # colors to uint

Posted by Daryl on Stack Overflow See other posts from Stack Overflow or by Daryl
Published on 2010-03-12T19:08:36Z Indexed on 2010/03/12 19:17 UTC
Read the original article Hit count: 134

Filed under:
|

I'm working with several components that take color as a uint, but the colors I have are in the format of "#161616". I'm not sure what the relation between the 2 types of colors are or how to go from one to another.

It doesn't have to be an actionscript solution. I have only a small number of these colors, so can be done manually too.

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript-3