Enum ggez::graphics::BlendMode []

pub enum BlendMode {
    None,
    Blend,
    Add,
    Mod,
}

Variants

Trait Implementations

impl PartialEq<BlendMode> for BlendMode

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for BlendMode

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for BlendMode

impl FromPrimitive for BlendMode

impl Copy for BlendMode

impl Debug for BlendMode

Formats the value using the given formatter.

impl Hash for BlendMode