Colors?
#1

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.
Reply
#2

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
Reply
#3

thx alot.
Reply
#4

or you can simply take a look at the samp's wiki page:
https://sampwiki.blast.hk/wiki/Hex_colours
Reply
#5

#000000(00)

00 => Red (00-FF)
00 => Green (00-FF)
00 => Blue (00-FF)
00 => Transparency (00-FF)
Reply
#6

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!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)