Photon 1.0.0
|
This is the complete list of members for Bitmap, including all inherited members.
Bitmap() | Bitmap | inline |
Bitmap(int width, int height, color color=white) | Bitmap | inline |
Bitmap(string filename) | Bitmap | inline |
Bitmap(canvas &canvas) | Bitmap | |
data | Bitmap | |
draw_line(int x0, int y0, int x1, int y1, color color) | Bitmap | |
draw_rect(int x, int y, int width, int height, color color) | Bitmap | |
fill_rect(rect rect, color color) | Bitmap | |
find_picture(color bgcolor=white) | Bitmap | |
get_pixel(int x, int y) const | Bitmap | |
height | Bitmap | |
load(string filename) | Bitmap | |
operator bool() const | Bitmap | inline |
operator!=(const Bitmap &bmp) const | Bitmap | inline |
operator==(const Bitmap &bmp) const | Bitmap | inline |
replace_color(color original, color replacement) | Bitmap | |
save(string filename) | Bitmap | |
set_pixel(int x, int y, color color) | Bitmap | |
width | Bitmap |