Enum ggez::graphics::BlendMode []

#[repr(i32)]
pub enum BlendMode { None, Blend, Add, Mod, }

Variants

Trait Implementations

impl FromPrimitive for BlendMode

impl Eq for BlendMode

impl Hash for BlendMode

impl Debug for BlendMode

Formats the value using the given formatter.

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 Copy for BlendMode

impl Clone for BlendMode

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more