Format Tags: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "Format Tags: * <code>[#113355]</code> - RGB Hex Color tag - Changes text color to the right * <code>[#11335577]</code> - RGBA Hex Color tag - Changes text color and transpare...")
 
No edit summary
 
Line 1: Line 1:
Format Tags:
* <code>[#113355]</code> - RGB Hex Color tag - Changes text color to the right
* <code>[#113355]</code> - RGB Hex Color tag - Changes text color to the right
* <code>[#11335577]</code> - RGBA Hex Color tag - Changes text color and transparency to the right
* <code>[#RRGGBBAA]</code> - RGBA Hex Color tag - Changes text color and transparency to the right
* <code>[/#]</code> - Restores original color
* <code>[/#]</code> - Restores original color
** Example: <code>'[#FF0000FF]Red[#00FF00FF]Green[#0000FFFF]Blue[/#]Original'</code>
** Renders: <code><span style="color:#FF0000;">Red</span><span style="color:#00FF00;">Green</span><span style="color:#0000FF;">Blue</span><span style="color:#000000;">Original</span></code> If original color was black (#000000FF,#000000)

Latest revision as of 02:00, 25 March 2021

  • [#113355] - RGB Hex Color tag - Changes text color to the right
  • [#RRGGBBAA] - RGBA Hex Color tag - Changes text color and transparency to the right
  • [/#] - Restores original color
    • Example: '[#FF0000FF]Red[#00FF00FF]Green[#0000FFFF]Blue[/#]Original'
    • Renders: RedGreenBlueOriginal If original color was black (#000000FF,#000000)