withSaturation method

Color withSaturation(
  1. double value
)

Implementation

Color withSaturation(double value) =>
    HSLColor.fromAHSL(opacity, hue, value, lightness).toColor();