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