Enum flo_canvas::BlendMode [−][src]
pub enum BlendMode {
SourceOver,
SourceIn,
SourceOut,
DestinationOver,
DestinationIn,
DestinationOut,
SourceAtop,
DestinationAtop,
Multiply,
Screen,
Darken,
Lighten,
}Expand description
Blend mode to use when drawing
Variants
Trait Implementations
Encodes this item by appending it to the specified string Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BlendMode
impl UnwindSafe for BlendMode
Blanket Implementations
Mutably borrows from an owned value. Read more