Posts: 737
Threads: 338
Joined: Jan 2013
Hi,
How to make a translucent white color? i want to use it in 3d text label
Posts: 1,164
Threads: 20
Joined: Oct 2008
Reputation:
0
If you mean transparent, hex colors are determined by the following formula:
0xRRGGBBAA
0x Is just the initiator, RR determines amount of Red, GG amount of Green, BB amount of blue and AA is the alpha or transparency. FF is the highest value of the alpha, the lower it is, the more transparent it will be.