Struct gfx::state::Blend [] [src]

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

Fields

Methods

impl Blend
[src]

[src]

Create a new blend state with a given equation.

Trait Implementations

impl Hash for Blend
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for Blend
[src]

impl Clone for Blend
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Blend
[src]

impl PartialEq<Blend> for Blend
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Blend
[src]

[src]

Formats the value using the given formatter.

impl Default for Blend
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialOrd<Blend> for Blend
[src]

[src]

[src]

[src]

[src]

[src]