#include <surface.h>
Public Types | |
typedef Color | value_type |
Public Member Functions | |
Surface () | |
Surface (const size_type::value_type &w, const size_type::value_type &h) | |
Surface (const size_type &s) | |
template<typename _pen> | |
Surface (const _pen &_begin, const _pen &_end) | |
template<class _pen> | |
void | blit_to (_pen &pen) |
template<class _pen> | |
void | blit_to (_pen &DEST_PEN, int x, int y, int w, int h) |
void | clear () |
void | blit_to (alpha_pen &DEST_PEN, int x, int y, int w, int h) |
Classes | |
class | alpha_pen |
Alpha-Blending Pen. More... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|