Struct winapi::um::wingdi::PALETTEENTRY [−][src]
#[repr(C)]pub struct PALETTEENTRY {
pub peRed: BYTE,
pub peGreen: BYTE,
pub peBlue: BYTE,
pub peFlags: BYTE,
}
Fields
peRed: BYTE
peGreen: BYTE
peBlue: BYTE
peFlags: BYTE
Trait Implementations
Returns the “default value” for a type. Read more