Making string of different colors.
#5

Quote:
Originally Posted by Shinja
Посмотреть сообщение
Go to http://www.colorpicker.com/
Get a color and copy the code with 6 Characters Ex: FF0000 for red
make it between "{ }" you'll get {FF0000}, Go back to your string and put everywhere you want color to be red
FFFFFF is white so we will use {FFFFFF} to get white again
PHP код:
format(mainString,128,"{FF0000}Red {FFFFFF}White"); 
ect...
C++ is language i am using
Reply


Messages In This Thread
Making string of different colors. - by Maheerali - 12.08.2016, 17:54
Re: Making string of different colors. - by Konstantinos - 12.08.2016, 18:01
Re: Making string of different colors. - by Maheerali - 13.08.2016, 02:25
Re: Making string of different colors. - by Shinja - 13.08.2016, 02:36
Re: Making string of different colors. - by Maheerali - 13.08.2016, 10:29

Forum Jump:


Users browsing this thread: 1 Guest(s)