Struct ilda::data::ColorPalette [] [src]

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

Color Palette (format 2)

Fields

Methods

impl ColorPalette
[src]

Read multiple ColorPalette from raw bytes.

Trait Implementations

impl Clone for ColorPalette
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColorPalette
[src]

Formats the value using the given formatter.