13.06.2013, 09:49
Quote:
Transparency doesn't work in embedded colours, so its pointless even trying to format them.
|
new color = 0xBB9911AA;
format (string, sizeof (string), "color is: %06x", color >>> 8 );// i need Transparency
result:
"Color is: BB9911"
bud i need
"Color is: BB9911AA"