maxSaturation property

double? maxSaturation
final

Specifies the maximum saturation of tiles while using from and to.

The tiles with the lowest value which is from will be applied a minSaturation and the tiles with the highest value which is to will be applied a maxSaturation. The tiles with values in-between the range will get a saturation based on their respective value.

Implementation

final double? maxSaturation;