desaturate

open fun desaturate(): TileColor

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

abstract fun desaturate(factor: Double): TileColor

Returns a new TileColor which is desaturated by factor.