Struct ilda::idtf::Color [] [src]

pub struct Color {
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

A color within a Header::ColorPalette.

Fields

Trait Implementations

impl Debug for Color
[src]

Formats the value using the given formatter.