Struct png::FrameControl [] [src]

pub struct FrameControl {
    pub sequence_number: u32,
    pub width: u32,
    pub height: u32,
    pub x_offset: u32,
    pub y_offset: u32,
    pub delay_num: u16,
    pub delay_den: u16,
    pub dispose_op: u8,
    pub blend_op: u8,
}

Frame control information

Fields

Sequence number of the animation chunk, starting from 0

Width of the following frame

Height of the following frame

X position at which to render the following frame

Y position at which to render the following frame

Frame delay fraction numerator

Frame delay fraction denominator

Type of frame area disposal to be done after rendering this frame

[]

Type of frame area rendering for this frame

Trait Implementations

impl Debug for FrameControl
[src]

[]

Formats the value using the given formatter.