Type Alias imagequant_sys::liq_color

source ·
pub type liq_color = RGBA;

Aliased Type§

struct liq_color {
    pub r: u8,
    pub g: u8,
    pub b: u8,
    pub a: u8,
}

Fields§

§r: u8

Red

§g: u8

Green

§b: u8

Blue

§a: u8

Alpha