29.03.2015, 21:13
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.
- 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.