Enum canvas_traits::canvas::BlendingStyle
source · pub enum BlendingStyle {
Show 15 variants
Multiply,
Screen,
Overlay,
Darken,
Lighten,
ColorDodge,
ColorBurn,
HardLight,
SoftLight,
Difference,
Exclusion,
Hue,
Saturation,
Color,
Luminosity,
}
Variants§
Multiply
Screen
Overlay
Darken
Lighten
ColorDodge
ColorBurn
HardLight
SoftLight
Difference
Exclusion
Hue
Saturation
Color
Luminosity
Implementations§
Trait Implementations§
source§impl Clone for BlendingStyle
impl Clone for BlendingStyle
source§fn clone(&self) -> BlendingStyle
fn clone(&self) -> BlendingStyle
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 moresource§impl Debug for BlendingStyle
impl Debug for BlendingStyle
source§impl<'de> Deserialize<'de> for BlendingStyle
impl<'de> Deserialize<'de> for BlendingStyle
source§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
source§impl FromStr for BlendingStyle
impl FromStr for BlendingStyle
source§impl MallocSizeOf for BlendingStyle
impl MallocSizeOf for BlendingStyle
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq<BlendingStyle> for BlendingStyle
impl PartialEq<BlendingStyle> for BlendingStyle
source§fn eq(&self, other: &BlendingStyle) -> bool
fn eq(&self, other: &BlendingStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BlendingStyle
impl Serialize for BlendingStyle
impl Copy for BlendingStyle
impl StructuralPartialEq for BlendingStyle
Auto Trait Implementations§
impl RefUnwindSafe for BlendingStyle
impl Send for BlendingStyle
impl Sync for BlendingStyle
impl Unpin for BlendingStyle
impl UnwindSafe for BlendingStyle
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert