Struct windows_sys::Win32::Graphics::Gdi::BITMAPCOREINFO
[−]#[repr(C)]pub struct BITMAPCOREINFO {
pub bmciHeader: BITMAPCOREHEADER,
pub bmciColors: [RGBTRIPLE; 1],
}Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
bmciHeader: BITMAPCOREHEADERbmciColors: [RGBTRIPLE; 1]