Struct windows_sys::Win32::Graphics::Gdi::BLENDFUNCTION
[−]#[repr(C)]pub struct BLENDFUNCTION {
pub BlendOp: u8,
pub BlendFlags: u8,
pub SourceConstantAlpha: u8,
pub AlphaFormat: u8,
}Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
BlendOp: u8BlendFlags: u8SourceConstantAlpha: u8AlphaFormat: u8