Struct draw_state::state::Blend
[−]
[src]
pub struct Blend {
pub color: BlendChannel,
pub alpha: BlendChannel,
}Fields
color | |
alpha |
Methods
impl Blend
fn new(eq: Equation, src: Factor, dst: Factor) -> Blend
Create a new blend state with a given equation.