Enum cursive::theme::BaseColor [] [src]

pub enum BaseColor {
    Black,
    Red,
    Green,
    Yellow,
    Blue,
    Magenta,
    Cyan,
    White,
}

One of the 8 base colors.

Variants

Black color

Color #0

Red color

Color #1

Green color

Color #2

Yellow color (Red + Green)

Color #3

Blue color

Color #4

Magenta color (Red + Blue)

Color #5

Cyan color (Green + Blue)

Color #6

White color (Red + Green + Blue)

Color #7

Trait Implementations

impl Clone for BaseColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BaseColor
[src]

impl Debug for BaseColor
[src]

Formats the value using the given formatter.