Struct windows_sys::Win32::Graphics::Gdi::RGBTRIPLE
#[repr(C)]pub struct RGBTRIPLE {
pub rgbtBlue: u8,
pub rgbtGreen: u8,
pub rgbtRed: u8,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields§
§rgbtBlue: u8
§rgbtGreen: u8
§rgbtRed: u8