gempyre  1.7.1
Gempyre::Bitmap Member List

This is the complete list of members for Gempyre::Bitmap, including all inherited members.

Bitmap(int width, int height)Gempyre::Bitmap
Bitmap(int width, int height, Gempyre::Color::type color)Gempyre::Bitmap
Bitmap()Gempyre::Bitmap
Bitmap(Bitmap &&other)=defaultGempyre::Bitmap
Bitmap(const Bitmap &other)=defaultGempyre::Bitmap
Bitmap(const std::vector< uint8_t > &image_data)Gempyre::Bitmap
clip(const Gempyre::Rect &rect) constGempyre::Bitmap
clone() constGempyre::Bitmap
const_data() constGempyre::Bitmap
create(int width, int height)Gempyre::Bitmap
draw_rect(const Gempyre::Rect &rect, Color::type color)Gempyre::Bitmap
empty() constGempyre::Bitmap
Gempyre::CanvasElement (defined in Gempyre::Bitmap)Gempyre::Bitmapfriend
height() constGempyre::Bitmap
merge(int x, int y, const Bitmap &other)Gempyre::Bitmap
merge(const Bitmap &other)Gempyre::Bitmapinline
operator=(const Bitmap &other)=defaultGempyre::Bitmap
operator=(Bitmap &&other)=defaultGempyre::Bitmap
pix(Color::type r, Color::type g, Color::type b, Color::type a=0xFF)Gempyre::Bitmapinlinestatic
pixel(int x, int y) constGempyre::Bitmap
png_image() constGempyre::Bitmap
set_alpha(int x, int y, Color::type alpha)Gempyre::Bitmap
set_data(const T &bytes, size_t offset=0)Gempyre::Bitmapinline
set_pixel(int x, int y, Color::type color)Gempyre::Bitmap
swap(Bitmap &other)Gempyre::Bitmap
tile(int x, int y, const Bitmap &other)Gempyre::Bitmap
tile(int x, int y, const Bitmap &other, int width, int height)Gempyre::Bitmap
tile(int x, int y, const Bitmap &other, int other_x, int other_y, int width, int height)Gempyre::Bitmap
width() constGempyre::Bitmap
~Bitmap()Gempyre::Bitmap