Enum png::DisposeOp [−][src]
#[repr(u8)] pub enum DisposeOp { None, Background, Previous, }
How to reset buffer of an animated png (APNG) at the end of a frame.
Variants
Leave the buffer unchanged.
Clear buffer with the background color.
Reset the buffer to the state before the current frame.
Implementations
impl DisposeOp
[src]
impl DisposeOp
[src]