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