Enum pixelast::GraphColor[][src]

pub enum GraphColor {
    Shibafu,
    Emoji,
    Sora,
    Ichou,
    Ajisai,
    Kuro,
}

Defines the display color of the pixel in the pixelation graph.

Variants

Trait Implementations

impl Debug for GraphColor
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GraphColor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for GraphColor

impl Sync for GraphColor