TextDisplay.setCellBackColor

From MiniScript Wiki
Revision as of 22:14, 1 April 2020 by 71.226.33.30 (talk) (Created page with "<c>TextDisplay.setCellBackColor</c> changes the background color of the given cell. See also: TextDisplay.cellBackColor === Arguments === {| class="wikitable" |- ! Para...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TextDisplay.setCellBackColor changes the background color of the given cell.

See also: TextDisplay.cellBackColor

Arguments

Parameter Name Type Default Value Meaning
x number 0 column of interest
y number 0 row of interest

Usage Notes

TextDisplay.setCellBackColor may appear as either the text color or the surrounding color, depending on whether the given cell is in inverse mode.

Example

text.setCellBackColor 0, 10, color.blue