[Tool/Web/Other] Colors :D
#1

Colors (Now u dont need to go to the chart to search for them ):
Код:
// 0 means the color with more brightness

#include <a_samp>
#define WHITE0	0xFFFFFFF
#define GREY0   0xEEEEEEE
#define GREY1   0xDDDDDDD
#define GREY2   0xCCCCCCC
#define GREY3   0xBBBBBBB
#define GREY4   0xAAAAAAA
#define GREY5   0x9999999
#define GREY6   0x8888888
#define GREY7   0x7777777
#define GREY8   0x6666666
#define GREY9	0x5555555
#define GREY10	0x4444444
#define GREY11  0x3333333
#define GREY12  0x2222222
#define BLACK0  0x1111111
#define BLACK1  0x0000000
#define RED0    0xFF0000
#define RED1    0xEE0000
#define RED2    0xDD0000
#define RED3    0xCC0000
#define RED4    0xBB0000
#define RED5    0xAA0000
#define RED6    0x990000
#define RED7    0x880000
#define RED8    0x770000
#define RED9    0x660000
#define RED10   0x550000
#define RED11   0x440000
#define RED12   0x330000
#define RED13   0x220000
#define RED14   0x110000
#define YELLOW0 0xFFFFCC
#define YELLOW1 0xFFFF99
#define YELLOW2 0xFFFF66
#define YELLOW3 0xFFFF33
#define YELLOW4 0xFFFF00
#define GREEN0  0x00FF00
#define GREEN1  0x00EE00
#define GREEN2  0x00DD00
#define GREEN3  0x00CC00
#define GREEN4  0x00BB00
#define GREEN5  0x00AA00
#define GREEN6  0x009900
#define GREEN7  0x008800
#define GREEN8  0x007700
#define GREEN9  0x006600
#define GREEN10 0x005500
#define GREEN11 0x004400
#define GREEN12 0x003300
#define GREEN13 0x002200
#define GREEN14 0x001100
#define BLUE0   0x0000FF
#define BLUE1   0x0000EE
#define BLUE2   0x0000DD
#define BLUE3   0x0000CC
#define BLUE4   0x0000BB
#define BLUE5   0x0000AA
#define BLUE6   0x000099
#define BLUE7   0x000088
#define BLUE8   0x000077
#define BLUE9   0x000066
#define BLUE10  0x000055
#define BLUE11  0x000044
#define BLUE12  0x000033
#define BLUE13  0x000022
#define BLUE14  0x000011
This are only the basic ones (blue, yellow, green, black, grey, white and red)
Reply
#2

Nice job! very useful!
Reply
#3

Good job, i can use it thank you very much..

Kind Regards,

Jeffrey
Reply
#4

Very very simple, but very useful for beginers and who is tired to define the colors
Reply
#5

Pretty useful, but these ain't all the colors available. You can get a color generator, here. The link mentioned makes you choose any color you want!
Reply
#6

Quote:
Originally Posted by ••• ĤБĶБM •••
Посмотреть сообщение
Pretty useful, but these ain't all the colors available. You can get a color generator, here. The link mentioned makes you choose any color you want!
Yep the link works fine thanks for the tool
Reply
#7

I didnt test it but it should work I made it from here
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)