Trait BlendModeExt

Source
trait BlendModeExt {
    // Required method
    fn is_destructive(&self) -> bool;
}

Required Methods§

Source

fn is_destructive(&self) -> bool

Whether a blend mode might cause destructive changes in the backdrop. This disallows certain optimizations (like for example inlining a blend mode or only applying a blend mode to the current clipping area).

Implementations on Foreign Types§

Source§

impl BlendModeExt for BlendMode

Implementors§