saturation method

int saturation(
  1. Color color
)

Implementation

int saturation(Color color) => (HSVColor.fromColor(color).saturation * 255).round();