Enum pconvert_rust::blending::BlendAlgorithm
source · pub enum BlendAlgorithm {
Alpha,
Multiplicative,
SourceOver,
DestinationOver,
MaskTop,
FirstTop,
FirstBottom,
DisjointOver,
DisjointUnder,
DisjointDebug,
}Expand description
Enumeration of supported blending modes.
Variants§
Alpha
Multiplicative
SourceOver
DestinationOver
MaskTop
FirstTop
FirstBottom
DisjointOver
DisjointUnder
DisjointDebug
Trait Implementations§
source§impl Clone for BlendAlgorithm
impl Clone for BlendAlgorithm
source§fn clone(&self) -> BlendAlgorithm
fn clone(&self) -> BlendAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more