Struct conrod::color::Rgba [] [src]

pub struct Rgba(pub f32, pub f32, pub f32, pub f32);

The parts of RGB along with an alpha for transparency.

Trait Implementations

impl Copy for Rgba
[src]

impl Clone for Rgba
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Rgba
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Rgba
[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<Color> for Rgba
[src]

[src]

Performs the conversion.

impl Into<[f32; 4]> for Rgba
[src]

[src]

Performs the conversion.