SA-MP Forums Archive
application COLOR_BLACKRED - 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)
+--- Thread: application COLOR_BLACKRED (/showthread.php?tid=569334)



application COLOR_BLACKRED - JoshNudock - 29.03.2015

Hello! I'm looking for the color BLACKRED, If someone has thank.

Hugs.


Re: application COLOR_BLACKRED - Evocator - 29.03.2015

Here is how you could get any color you wish:

- Visit any color-generating website (ex: http://www.color-hex.com/).
- Click on the black box to open the color box (http://gyazo.com/4bca621b6adf5b914cedd864c548ab88) and select the color you want, then hit choose.
- Copy the color (hex) code you get in the bar (http://gyazo.com/a763de1380a16933d519f7d392fa8fe7).
- Add 0x before its very first letter/number and FF on its end. (ex: 0xb20000FF).
- Now you have an RRGGBBAA color that you can use in your script.