defining colors help
#7

When you got your HEX color go on PAWNo editor at the top of your script where you define things.
Let's say you got this HEX color: B8E6E2 so you will type
pawn Код:
#define COLOR_AQUA (0xB8E6E2AA)
Do you understand? you ad "0x" at the begining so B8E6E2 -> 0xB8E6E2 And "AA" at the end so
0xB8E6E2-> 0xB8E6E2AA Where AA is the alpha of the color (transparency) I hope I helped you.
Reply


Messages In This Thread
defining colors help - by \\ BlenderBoy // - 27.03.2011, 17:06
Re: defining colors help - by Stigg - 27.03.2011, 17:07
Re: defining colors help - by \\ BlenderBoy // - 27.03.2011, 17:16
Re: defining colors help - by Stigg - 27.03.2011, 17:25
Re: defining colors help - by \\ BlenderBoy // - 27.03.2011, 17:43
Re: defining colors help - by randomkid88 - 27.03.2011, 17:46
Re: defining colors help - by Varna - 27.03.2011, 17:52

Forum Jump:


Users browsing this thread: 1 Guest(s)