Type Alias RGBTRIPLE

Source
pub type RGBTRIPLE = tagRGBTRIPLE;

Aliased Type§

struct RGBTRIPLE {
    pub rgbtBlue: u8,
    pub rgbtGreen: u8,
    pub rgbtRed: u8,
}

Fields§

§rgbtBlue: u8§rgbtGreen: u8§rgbtRed: u8