Colors? - 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: Colors? (
/showthread.php?tid=112851)
Colors? -
DiddyBop - 10.12.2009
hi does anybody know a converter/list of the hex colors usable?
if you dont understand, this is what i mean..
Код:
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_BLUE 0x2641FEAA
#define COLOR_BLACK 0x000000AA
That type of list.. so i can see the wide ranges of colors usable :P
Thanks.
Re: Colors? -
MJ! - 10.12.2009
http://html-color-codes.info/
just replace # with 0x and put at the end of the Hex Color ,
FF
e.g:
Html COLOR:
FFF700 - Hex Color:
0xFFF700FF
Re: Colors? -
DiddyBop - 10.12.2009
thx alot.
Re: Colors? -
Virtual1ty - 10.12.2009
or you can simply take a look at the samp's wiki page:
https://sampwiki.blast.hk/wiki/Hex_colours
Re: Colors? -
godknightx - 11.12.2009
#000000(00)
00 => Red (00-FF)
00 => Green (00-FF)
00 => Blue (00-FF)
00 => Transparency (00-FF)
Re: Colors? -
Jeffry - 11.12.2009
Baah, use this:
http://forum.sa-mp.com/index.php?topic=65354.0
Im using such a one too. Its really easy to work with it, and gives you all colours!!