26.05.2012, 18:04
Hey, is it possible to change pawno color to hex color code? Example,
This 0xA4F709FF to hex color code.
This 0xA4F709FF to hex color code.
0x //this is the hex prefix
A4 //this the red value
F7 //this is the green value
09 //this is the blue value
FF //this is the alpha value