SaturationTransform¶
- class SaturationTransform(value, *, order=None)[source]¶
Adjust saturation of the input data.
- Parameters
value – how much to adjust the saturation. Can be any non negative number. 0 gives the original image.
order – the same with
VisionTransform
.