Difference between revisions of "TextDisplay.color"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>TextDisplay.color</c> gets or sets the foreground color used on any future printing to this text display. This is the text color for normal text, or the surrounding color...")
 
Line 1: Line 1:
<c>TextDisplay.color</c> gets or sets the foreground color used on any future printing to this
+
<c>[[TextDisplay]].color</c> gets or sets the foreground color used on any future printing to this
 
text display.  This is the text color for normal text, or the surrounding
 
text display.  This is the text color for normal text, or the surrounding
 
color for inverse-mode text.
 
color for inverse-mode text.

Revision as of 15:01, 2 April 2020

TextDisplay.color gets or sets the foreground color used on any future printing to this text display. This is the text color for normal text, or the surrounding color for inverse-mode text.

Example

text.color = color.aqua