32 bitmap(
const std::string & filename);
virtual void set_pixel(int x, int y, const color &c)
Sets a pixel to a given color.
Definition: bitmap.cpp:32
bitmap(const std::string &filename)
Make a bitmap from a file name.
Definition: bitmap.cpp:6
RGBA color representation.
Definition: color.hpp:31
virtual color get_pixel(int x, int y) const
Definition: bitmap.cpp:19
Load an image from the file system.
Definition: bitmap.hpp:27
Image surface.
Definition: image.hpp:31