Namegrad: Difference between revisions

From xat wiki
mNo edit summary
No edit summary
Line 10: Line 10:
Rainbow and custom gradient effects on your name (requires [[nameglow]] and [[namecolor]]).
Rainbow and custom gradient effects on your name (requires [[nameglow]] and [[namecolor]]).


Code for custom gradient: '''(glow#0#grad#r#g#r90)'''
Code for custom gradient (code is included after display name): '''(glow#0#grad#r#g#r90)'''


* '''glow#0''' - glow effect for your gradient, replace 0 with a hex code to set a nameglow.
* '''glow#0''' - glow effect for your gradient, replace 0 with a hex code to set a nameglow.

Revision as of 15:18, 4 March 2016

Rainbow and custom gradient effects on your name (requires nameglow and namecolor).

Code for custom gradient (code is included after display name): (glow#0#grad#r#g#r90)

  • glow#0 - glow effect for your gradient, replace 0 with a hex code to set a nameglow.
  • grad#r#g - Two color gradient, begins with red and ends with green.
You can use up to 15 colors at once to produce gradient effects.
  • grad#r#g#b#000#fff - In this example 5 colors are used in the following order: red, green, blue, black, white.
  • r90 - Rotates the gradient 90 degrees clockwise (vertical gradient).


To produce a rainbow gradient, simply type: (glow#0#grad#s1)

  • s1 - Shifts the gradient to the right.