Struct livesplit_core::settings::Color [] [src]

pub struct Color {
    pub rgba: Rgba<f32>,
}

Fields

Methods

impl Color
[src]

[src]

[src]

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Performs the conversion.

impl From<[f32; 4]> for Color
[src]

[src]

Performs the conversion.

impl From<(f32, f32, f32, f32)> for Color
[src]

[src]

Performs the conversion.

impl Serialize for Color
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Color
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more