TextDisplay.backColor
Revision as of 20:13, 25 February 2024 by Marc Gurevitx (talk | contribs) (+ about assigning invalid color)
TextDisplay.backColor
gets or sets the background color used on any future printing to this
text display. This is the surrounding color for normal text, or the
text color for inverse-mode text.
Usage Notes
Assigning an invalid color value to this property will result in "#00000000"
(transparent color).
Example
text.backColor = color.navy