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 PartialEq for Blend
impl Clone for Blend
fn clone(&self) -> Blend
fn clone_from(&mut self, source: &Self)
impl Debug for Blend
impl Copy for Blend
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).