Enum core_graphics::context::CGBlendMode[][src]

#[repr(C)]
pub enum CGBlendMode { 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

Trait Implementations

impl Clone for CGBlendMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CGBlendMode
[src]

impl Debug for CGBlendMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CGBlendMode

impl Sync for CGBlendMode