PNGGIF::Frame
One animation frame (APNG fcTL/fdAT or a GIF image), already decoded to
a bitmap. bmp is the sub-image for the frame; x_offset/y_offset,
dispose_op and blend_op describe how it composites onto the canvas.
Constructors
Instance methods
blend_op
Sourcebmp
Sourcebmp=(bmp : Bitmap)
Sourcecellmap=(cellmap : Bitmap | Nil)
Lazily-built cellmap for this frame (filled in by the widget/animator).
delay
Sourcedispose_op
Sourceheight
Sourcewidth
Sourcex_offset
Sourcey_offset
Source