Posts: 673
	Threads: 169
	Joined: Apr 2008
	
Reputation: 
0
	 
	
	
		Is there a topic or anything providing the colours and there code for sa-mp
Like
White = 0xFFFFFFFF
That is the only code i know,
As i said is there a topic or something providing more
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 673
	Threads: 169
	Joined: Apr 2008
	
Reputation: 
0
	 
	
	
		Dude dont make pointless posts, Obviously it could be SOMEWHERE on there,
But WHERE, Dont make pointless posts
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,293
	Threads: 6
	Joined: Jul 2008
	
Reputation: 
0
	 
	
	
		JoeDaDude, there are 16,777,216 possible colours, with 256 possible alpha values, totally 4,294,967,296 options. No colour list will ever replace the true vastness of colours available..
0xFFFFFFFF is based on 0xRRGGBBAA
R = red, G = green, B = Blue, A = Alpha.
The Alpha part is how opaque the colour will be. FF is fully opaque, 00 is transparent.
So for the colour you gave, there is FF red. This is a hexadecimal value. FF translates as 255.
To find the colour you want, search hexadecimal colours of ******, and you'll find pages and pages of colour swatches.
You'll have them in the form #FF00FF (pink)
Place that FF00FF in the colour like this: 0xFF00FFFF
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,429
	Threads: 50
	Joined: Feb 2009
	
Reputation: 
0
	 
	
	
		You can download Ethan`s Color Picker.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 71
	Threads: 20
	Joined: May 2009
	
Reputation: 
0
	 
	
	
		Are the same of html codes .-. just pick a color on photoshop and transfor the code, for example, from #FFFFFFF to 0xFFFFFFF
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 336
	Threads: 48
	Joined: Feb 2009
	
Reputation: 
0
	 
	
	
		theres a Include for this...
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 899
	Threads: 54
	Joined: May 2009
	
Reputation: 
0
	 
	
	
		I have a program for this, which is a lot better. Although I forgot where I downloaded it from, lol.
I usually use my photoshop color picker anyways.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,593
	Threads: 38
	Joined: Aug 2007
	
Reputation: 
0
	 
	
	
		Yeah I got one too, it's called MSPaint. Double Click a color, then click Define Custom Color, it will tell you the color's variables (0-255) for Red, Blue and Green. You take that number, open up the calculator, type it in, then click HEX, it will translate it to hexadecimal. Then use those 3 hexadecimal codes, put them together, and add FF then there ye go.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 72
	Threads: 1
	Joined: Apr 2011
	
Reputation: 
0
	 
	
	
		thats codes example {FFFFFF} white!!!