Struct draw_state::state::Blend [] [src]

pub struct Blend {
    pub color: BlendChannel,
    pub alpha: BlendChannel,
    pub value: ColorValue,
}

Fields

color
alpha
value

Trait Implementations

impl Default for Blend

fn default() -> Blend

impl PartialEq for Blend

fn eq(&self, other: &Blend) -> bool

fn ne(&self, other: &Rhs) -> bool

impl Clone for Blend

fn clone(&self) -> Blend

fn clone_from(&mut self, source: &Self)

impl Debug for Blend

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Copy for Blend