Enum conrod::widget::button::ImageColor [] [src]

pub enum ImageColor {
    Normal(Color),
    WithFeedback(Color),
    None,
}

The coloring of the Image.

Variants

The image's luminance will be mapped to this color.

The image's luminance will be mapped to this color.

The color will change slightly upon interaction to provide visual feedback.

The image's regular color will be used.

Trait Implementations

impl Copy for ImageColor
[src]

impl Clone for ImageColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ImageColor
[src]

[src]

Formats the value using the given formatter. Read more