Enum vips_sys::VipsBlendMode
[−]
[src]
#[repr(u32)]pub enum VipsBlendMode { VIPS_BLEND_MODE_CLEAR, VIPS_BLEND_MODE_SOURCE, VIPS_BLEND_MODE_OVER, VIPS_BLEND_MODE_IN, VIPS_BLEND_MODE_OUT, VIPS_BLEND_MODE_ATOP, VIPS_BLEND_MODE_DEST, VIPS_BLEND_MODE_DEST_OVER, VIPS_BLEND_MODE_DEST_IN, VIPS_BLEND_MODE_DEST_OUT, VIPS_BLEND_MODE_DEST_ATOP, VIPS_BLEND_MODE_XOR, VIPS_BLEND_MODE_ADD, VIPS_BLEND_MODE_SATURATE, VIPS_BLEND_MODE_MULTIPLY, VIPS_BLEND_MODE_SCREEN, VIPS_BLEND_MODE_OVERLAY, VIPS_BLEND_MODE_DARKEN, VIPS_BLEND_MODE_LIGHTEN, VIPS_BLEND_MODE_COLOUR_DODGE, VIPS_BLEND_MODE_COLOUR_BURN, VIPS_BLEND_MODE_HARD_LIGHT, VIPS_BLEND_MODE_SOFT_LIGHT, VIPS_BLEND_MODE_DIFFERENCE, VIPS_BLEND_MODE_EXCLUSION, VIPS_BLEND_MODE_LAST, }
Variants
VIPS_BLEND_MODE_CLEAR
VIPS_BLEND_MODE_SOURCE
VIPS_BLEND_MODE_OVER
VIPS_BLEND_MODE_IN
VIPS_BLEND_MODE_OUT
VIPS_BLEND_MODE_ATOP
VIPS_BLEND_MODE_DEST
VIPS_BLEND_MODE_DEST_OVER
VIPS_BLEND_MODE_DEST_IN
VIPS_BLEND_MODE_DEST_OUT
VIPS_BLEND_MODE_DEST_ATOP
VIPS_BLEND_MODE_XOR
VIPS_BLEND_MODE_ADD
VIPS_BLEND_MODE_SATURATE
VIPS_BLEND_MODE_MULTIPLY
VIPS_BLEND_MODE_SCREEN
VIPS_BLEND_MODE_OVERLAY
VIPS_BLEND_MODE_DARKEN
VIPS_BLEND_MODE_LIGHTEN
VIPS_BLEND_MODE_COLOUR_DODGE
VIPS_BLEND_MODE_COLOUR_BURN
VIPS_BLEND_MODE_HARD_LIGHT
VIPS_BLEND_MODE_SOFT_LIGHT
VIPS_BLEND_MODE_DIFFERENCE
VIPS_BLEND_MODE_EXCLUSION
VIPS_BLEND_MODE_LAST
Trait Implementations
impl Debug for VipsBlendMode
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsBlendMode
[src]
impl Clone for VipsBlendMode
[src]
fn clone(&self) -> VipsBlendMode
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for VipsBlendMode
[src]
fn eq(&self, __arg_0: &VipsBlendMode) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.