Enum waveform::misc::Color [] [src]

pub enum Color {
    Scalar(u8),
    Vector3(u8u8u8),
    Vector4(u8u8u8u8),
}

Color specifiers.

Variants

A format with only one value per pixel, or gray scale in other words.

3-dimensional format (e.g. RGB format).

4-dimensional format (e.g. RGBA format).

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