Enum png::BlendOp [−][src]
#[repr(u8)] pub enum BlendOp { Source, Over, }
How pixels are written into the buffer.
Variants
Pixels overwrite the value at their position.
The new pixels are blended into the current state based on alpha.
Implementations
impl BlendOp
[src]
impl BlendOp
[src]