User:Jcreer/SMS:DMI Text Elements

From XMS Wiki
< User:Jcreer
Revision as of 22:36, 4 March 2015 by Jcreer (talk | contribs) (Created page with "=====Element ''<color>''===== {|class="wikitable" |- |width="70"|'''Info''' |width="530"|The color of an item, expressed in red, green and blue values ranging from 0 to 255....")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Element <color>
Info The color of an item, expressed in red, green and blue values ranging from 0 to 255. All 0 values for red, green and blue is black. Added in SMS 11.2.
Versions 1, 2
Attributes none
Children red, green, blue
Used by text_style
Example

This would change the text to a bright red color.

<text_style>                       	
   <color>
     <red>255</red>
     <green>0</green>
     <blue>0</blue>
   </color>
<text_style>