Version: 3.3.0
wxWebPAnimationFrame Struct Reference

#include <wx/imagwebp.h>

Detailed Description

Simple struct containing WebP animated frame information.

Since
3.3.0

Public Attributes

wxImage image
 Image of the frame. More...
 
wxColour bgColour
 Background colour of the frame. More...
 
int duration = 0
 Duration of the frame. More...
 

Member Data Documentation

◆ bgColour

wxColour wxWebPAnimationFrame::bgColour

Background colour of the frame.

◆ duration

int wxWebPAnimationFrame::duration = 0

Duration of the frame.

◆ image

wxImage wxWebPAnimationFrame::image

Image of the frame.