Struct gfx_core::pso::ColorInfo [] [src]

pub struct ColorInfo {
    pub mask: ColorMask,
    pub color: Option<BlendChannel>,
    pub alpha: Option<BlendChannel>,
}

Color output configuration of the PSO.

Fields

Color channel mask

Optional color blending

Optional alpha blending

Trait Implementations

impl Clone for ColorInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ColorInfo
[src]

impl Debug for ColorInfo
[src]

[src]

Formats the value using the given formatter.

impl Eq for ColorInfo
[src]

impl Hash for ColorInfo
[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 PartialEq for ColorInfo
[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 From<ColorMask> for ColorInfo
[src]

[src]

Performs the conversion.

impl From<Blend> for ColorInfo
[src]

[src]

Performs the conversion.