pub enum AsepriteBlendMode {
Show 19 variants
Normal,
Multiply,
Screen,
Overlay,
Darken,
Lighten,
ColorDodge,
ColorBurn,
HardLight,
SoftLight,
Difference,
Exclusion,
Hue,
Saturation,
Color,
Luminosity,
Addition,
Subtract,
Divide,
}
Expand description
The different blend modes
Variants§
Normal
Multiply
Screen
Overlay
Darken
Lighten
ColorDodge
ColorBurn
HardLight
SoftLight
Difference
Exclusion
Hue
Saturation
Color
Luminosity
Addition
Subtract
Divide
Trait Implementations§
Source§impl Clone for AsepriteBlendMode
impl Clone for AsepriteBlendMode
Source§fn clone(&self) -> AsepriteBlendMode
fn clone(&self) -> AsepriteBlendMode
Returns a duplicate 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 moreSource§impl Debug for AsepriteBlendMode
impl Debug for AsepriteBlendMode
impl Copy for AsepriteBlendMode
Auto Trait Implementations§
impl Freeze for AsepriteBlendMode
impl RefUnwindSafe for AsepriteBlendMode
impl Send for AsepriteBlendMode
impl Sync for AsepriteBlendMode
impl Unpin for AsepriteBlendMode
impl UnwindSafe for AsepriteBlendMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more