Hello.
Does anyone know the difference between these 2 color formats.
0x00000000 and 0x000000
I undersatnd the later, but the first has 2 extra numbers I have no idea about.
Thanks Howard.
Printable View
Hello.
Does anyone know the difference between these 2 color formats.
0x00000000 and 0x000000
I undersatnd the later, but the first has 2 extra numbers I have no idea about.
Thanks Howard.
this is just a complete guess... i have never seen 8 digit hex codes, so it must be a typo. maybe it is cmyk as apposed to rgb.
the first 2 digits in 0x00000000 refer to the alpha channel.
i.e. it's argb instead of rgb.
A ha!
That makes total sense.
thanks./
The first is decimal - when Flash outputs an SWF it converts to decimal... You can always convert back if you have decompiled a file...
http://www.quasimondo.com/archives/000383.php
no its all hexidecimal
0x = is a hexidecimal number
0xAARRGGBB