shade

open fun shade(): TileColor

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

abstract fun shade(factor: Double): TileColor

Returns a new TileColor which is shaded by factor.