TextDisplay.cellColor
Revision as of 22:06, 1 April 2020 by 71.226.33.30 (talk) (Created page with "<c>TextDisplay.cellColor</c> returns the foreground color of the given cell. See also: TextDisplay.setCellColor === Arguments === {| class="wikitable" |- ! Parameter Na...")
TextDisplay.cellColor
returns the foreground color of the given cell.
See also: TextDisplay.setCellColor
Arguments
Parameter Name | Type | Default Value | Meaning |
---|---|---|---|
x | number | 0 | column of interest |
y | number | 0 | row of interest |
Usage Notes
This may appear as either the text color or the surrounding color, depending on whether the given cell is in inverse mode.
Example
print text.cellColor 0, 10