Struct chariot_palette::PaletteColor [] [src]

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

Fields

Methods

impl PaletteColor
[src]

Trait Implementations

impl Copy for PaletteColor
[src]

impl Clone for PaletteColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<u32> for PaletteColor
[src]

Converts PaletteColor into RGBA8888 u32 format