TextDisplay.setCellBackColor
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 or list | 0 | column (or list of columns) to affect |
y | number or list | 0 | row (or list of rows) to affect |
color | string | #FFFFFF | background color to apply |
Example
text.setCellBackColor 0, 10, color.blue