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