Struct draw_state::state::Blend
[−]
[src]
pub struct Blend { pub color: BlendChannel, pub alpha: BlendChannel, pub value: ColorValue, }
Fields
color | |
alpha | |
value |
pub struct Blend { pub color: BlendChannel, pub alpha: BlendChannel, pub value: ColorValue, }
color | |
alpha | |
value |
impl Default for Blend
impl Debug for Blend
impl PartialEq for Blend
impl PartialOrd for Blend
fn partial_cmp(&self, __arg_0: &Blend) -> Option<Ordering>
fn lt(&self, __arg_0: &Blend) -> bool
fn le(&self, __arg_0: &Blend) -> bool
fn gt(&self, __arg_0: &Blend) -> bool
fn ge(&self, __arg_0: &Blend) -> bool
impl Clone for Blend
fn clone(&self) -> Blend
fn clone_from(&mut self, source: &Self)
impl Copy for Blend