TileDisplay.cellTint

From MiniScript Wiki
Revision as of 08:49, 8 July 2021 by Shellrider (talk | contribs) (Initial write up of page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TileDisplay.cellTint is a method to get the tint colour of a specific cell in the TileDisplay.

Example usage

display(4).cellTint(1,1) returns the tint colour of cell 1,1.

To set the tint colour of a cell use TileDisplay.setCellTint

See also: TileDisplay.tileSet, TileDisplay, TileDisplay.setCellTint