pub fn adjust_saturation<O0: Into<Output>, O1: Into<Output>>( images: O0, scale: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for AdjustSaturation::new().build(images, scale, scope).
AdjustSaturation::new().build(images, scale, scope)