Page 1 of 1

Text Colours in Chat

Posted: Tue Jan 24, 2017 9:52 pm
by DrunkMunki
if you can be bothered to type this... might spice up some chat text...

paste the following in the chatbox to change the colour:

Code: Select all

<RichColor Color="number code">text</>


For example if you want red text

Code: Select all

<RichColor Color="1, 0, 0 ,1 ">look, my text is now red</>


Red: 1, 0, 0 ,1
Orange: 1, 0.65, 0 ,1
Green: 0, 1, 0, 1
Pink: 1, 0, 1, 1
Blue: 0, 0, 1, 1
Purple: 0.65, 0, 1 ,1
Magenta: 1, 0, 0.65, 1
Salmon: 1, 0.65, 1, 1
Dull Yellow: 1, 1, 0.65, 1
Yellow: 1, 1, 0, 1
Cyan: 0, 1, 1 ,1
Cobalt: 0, 0.65, 1, 1
White: 1, 1, 1, 1
Black: 0, 0, 0, 0
Brown: 0.5, 0.3, 0.2, 1
Gray: 0.5, 0.5, 0.5, 1
Teal: 0, 0.5, 0.5, 1
Light Green: 0.65, 1, 0, 1
Mint Green: 1,1,0.65,0
Gold: 1,1,0,0.65
Matter Purple: 0.5,0.3,0.65,1

Re: Text Colours in Chat

Posted: Wed Jan 25, 2017 7:43 am
by Muddy
I'm guessing chat is about to get even more colourful now :lol: