SA-MP Forums Archive
Hexadecymal color of CYAN. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hexadecymal color of CYAN. (/showthread.php?tid=259354)



Hexadecymal color of CYAN. - MoldovaGaming - 04.06.2011

Someone give me the color code for this one:
http://www.abest.ru/img/Cyan.gif


Re: Hexadecymal color of CYAN. - Kuruskt - 04.06.2011

#00ffff


Re: Hexadecymal color of CYAN. - MoldovaGaming - 04.06.2011

I didn't meant it, I mean the 0x code


Respuesta: Hexadecymal color of CYAN. - usrb1n - 04.06.2011

pawn Код:
#define COLOR_CYAN 0x00FFFFFF
#define COLOR_DARKCYAN 0x008B8BFF
#define COLOR_LIGHTCYAN 0xE0FFFFFF



Re: Hexadecymal color of CYAN. - Jay. - 04.06.2011

I get my colours from here:

http://html-color-codes.com/

Then I just add 0x on the front of any and FF on the end, FF Is the transparency:
https://sampwiki.blast.hk/wiki/Colors_List

example of yellow:

F33 =

0xF33FF