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§
source§impl Clone for CGBlendMode
impl Clone for CGBlendMode
source§fn clone(&self) -> CGBlendMode
fn clone(&self) -> CGBlendMode
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 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§
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