Enum swf_tree::shapes::BlendMode
[−]
[src]
pub enum BlendMode { Normal, Layer, Multiply, Screen, Lighten, Darken, Difference, Add, Subtract, Invert, Alpha, Erase, Overlay, Hardlight, }
Variants
Normal
Layer
Multiply
Screen
Lighten
Darken
Difference
Add
Subtract
Invert
Alpha
Erase
Overlay
Hardlight
Trait Implementations
impl Debug for BlendMode
[src]
impl PartialEq for BlendMode
[src]
fn eq(&self, __arg_0: &BlendMode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.