Gwork: 0.3.0Dev |
Simple 2D pixel buffer. More...
#include <Software.h>
Public Member Functions | |
void | Init (Point const &sz) |
Point | GetSize () const |
Color & | At (int x, int y) |
Color & | At (Point const &pt) |
const Color & | At (int x, int y) const |
const Color & | At (Point const &pt) const |
Simple 2D pixel buffer.