Difference between revisions of "TextDisplay.backColor"
Jump to navigation
Jump to search
(Created page with "<c>TextDisplay.backColor</c> 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 co...") |
(+ about assigning invalid color) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <c>TextDisplay.backColor</c> gets or sets the background color used on any future printing to this | + | <c>[[TextDisplay]].backColor</c> 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 display. This is the surrounding color for normal text, or the | ||
text color for inverse-mode text. | text color for inverse-mode text. | ||
− | = Example == | + | === Usage Notes === |
+ | Assigning an invalid color value to this property will result in <c>"#00000000"</c> (transparent color). | ||
+ | |||
+ | == Example == | ||
<ms>text.backColor = color.navy</ms> | <ms>text.backColor = color.navy</ms> | ||
[[Category:Mini Micro]] | [[Category:Mini Micro]] |
Latest revision as of 20:13, 25 February 2024
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