transform

abstract fun transform(transformer: (Tile) -> Tile): TileImage

Transforms all of the Tiles in this TileImage with the given transformer and returns a new one with the transformed characters.

Sources

(source)
Link copied to clipboard