tone

open fun tone(): TileColor

Returns a new TileColor which is toned by the DEFAULT_FACTOR (.7).

abstract fun tone(factor: Double): TileColor

Returns a new TileColor which is toned by factor.