setIconColorSaturation method

Future<void> setIconColorSaturation(
  1. double iconColorSaturation
)

Controls saturation level of the symbol icon. With the default value of 1 the icon color is preserved while with a value of 0 it is fully desaturated and looks black and white.

Implementation

Future<void> setIconColorSaturation(double iconColorSaturation) =>
    messenger.setIconColorSaturation(id, iconColorSaturation);