Struct gfx::state::Blend
[−]
[src]
pub struct Blend {
pub color: BlendChannel,
pub alpha: BlendChannel,
pub value: [f32; 4],
}Fields
color | |
alpha | |
value |
pub struct Blend {
pub color: BlendChannel,
pub alpha: BlendChannel,
pub value: [f32; 4],
}color | |
alpha | |
value |
impl Default for Blendimpl PartialEq<Blend> for Blendimpl Clone for Blendfn clone(&self) -> Blendfn clone_from(&mut self, source: &Self)impl Debug for Blendimpl 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).
Search functions by type signature (e.g.
vec -> usize)