Struct livesplit_core::GeneralLayoutSettings [] [src]

pub struct GeneralLayoutSettings {
    pub background: Gradient,
    pub best_segment_color: Color,
    pub ahead_gaining_time_color: Color,
    pub ahead_losing_time_color: Color,
    pub behind_gaining_time_color: Color,
    pub behind_losing_time_color: Color,
    pub not_running_color: Color,
    pub personal_best_color: Color,
    pub paused_color: Color,
    pub thin_separators_color: Color,
    pub separators_color: Color,
    pub text_color: Color,
}

Fields

Methods

impl GeneralSettings
[src]

[src]

[src]

Trait Implementations

impl Clone for GeneralSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for GeneralSettings
[src]

[src]

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