saturation property

double? saturation
getter/setter pair

Control color saturation of the video.

Enter a value between -1 and 1, where -1 is fully desaturated and 1 is maximum saturation. 0 is no change. The default is 0.

Implementation

core.double? saturation;