Saturation
Function
This multiplies the saturation value of the image.
Parameters
|
Type
|
Defaults
|
Function
|
saturation |
float
|
1
|
The saturation multiplier |
Synopsis
image Saturation( image, float value );
Script
image = Saturation( image, value );
Command Line
shake -saturation value
See Also
AdjustHSV, RGBToHSV
|