Enum core_graphics::context::CGBlendMode
source · #[repr(C)]
pub enum CGBlendMode {
Show 28 variants
Normal,
Multiply,
Screen,
Overlay,
Darken,
Lighten,
ColorDodge,
ColorBurn,
SoftLight,
HardLight,
Difference,
Exclusion,
Hue,
Saturation,
Color,
Luminosity,
Clear,
Copy,
SourceIn,
SourceOut,
SourceAtop,
DestinationOver,
DestinationIn,
DestinationOut,
DestinationAtop,
Xor,
PlusDarker,
PlusLighter,
}
Variants
Normal
Multiply
Screen
Overlay
Darken
Lighten
ColorDodge
ColorBurn
SoftLight
HardLight
Difference
Exclusion
Hue
Saturation
Color
Luminosity
Clear
Copy
SourceIn
SourceOut
SourceAtop
DestinationOver
DestinationIn
DestinationOut
DestinationAtop
Xor
PlusDarker
PlusLighter
Trait Implementations
sourceimpl Clone for CGBlendMode
impl Clone for CGBlendMode
sourcefn clone(&self) -> CGBlendMode
fn clone(&self) -> CGBlendMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CGBlendMode
impl Debug for CGBlendMode
impl Copy for CGBlendMode
Auto Trait Implementations
impl RefUnwindSafe for CGBlendMode
impl Send for CGBlendMode
impl Sync for CGBlendMode
impl Unpin for CGBlendMode
impl UnwindSafe for CGBlendMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more