Trait fimg::BlendingOverlay
source · pub trait BlendingOverlay<W> {
// Required method
unsafe fn overlay_blended(&mut self, with: &W) -> &mut Self;
}Expand description
This blends the images together, like imageops::overlay.
Required Methods§
sourceunsafe fn overlay_blended(&mut self, with: &W) -> &mut Self
unsafe fn overlay_blended(&mut self, with: &W) -> &mut Self
Object Safety§
This trait is not object safe.