Default Color Interpolator
class DefaultColorInterpolator(lowColor: TileColor, highColor: TileColor) : ColorInterpolator
Content copied to clipboard
Functions
getColorAtRatio
Link copied to clipboard
Returns a new TileColor which is the interpolation between the two colors of the interpolator at the given ratio (between 0.0 and 1.0).
Properties
Sources
(source)
Link copied to clipboard