Claw
1.7.0
|
One frame in the animation. More...
#include <gif.hpp>
Public Types | |
typedef image | super |
The type of the parent class. | |
Public Member Functions | |
frame () | |
Constructor. | |
frame (std::size_t w, std::size_t h) | |
Constructor. | |
void | set_delay (unsigned int d) |
Set the time duration of this frame. | |
unsigned int | get_delay () const |
Get the time duration of this frame. |
claw::graphic::gif::frame::frame | ( | std::size_t | w, |
std::size_t | h | ||
) |
Constructor.
w | The width of the frame. |
h | The height of the frame. |
Definition at line 48 of file gif_frame.cpp.
void claw::graphic::gif::frame::set_delay | ( | unsigned int | d | ) |
Set the time duration of this frame.
d | The delay. |
Definition at line 59 of file gif_frame.cpp.