#include <wx/imagwebp.h>
Simple struct containing WebP animated frame information.
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... | |
wxColour wxWebPAnimationFrame::bgColour |
Background colour of the frame.
int wxWebPAnimationFrame::duration = 0 |
Duration of the frame.
wxImage wxWebPAnimationFrame::image |
Image of the frame.