GitHub project page

Struct lodepng::RGB [-]  [+] [src]

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

RGB 8bpp

Fields

r
g
b

Trait Implementations

impl String for RGB

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Copy for RGB