Struct windows_sys::Win32::Media::DirectShow::COLORKEY
[−]#[repr(C)]pub struct COLORKEY {
pub KeyType: u32,
pub PaletteIndex: u32,
pub LowColorValue: u32,
pub HighColorValue: u32,
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
KeyType: u32PaletteIndex: u32LowColorValue: u32HighColorValue: u32