saturation property

void saturation=(double value)

The saturation of the image.

This value ranges from 0.0 to 2.0.

Implementation

set saturation(double value) {
  _saturation.value = value;
}