|
C++ Bitmap Library
release
|
#include <bitmap_image.hpp>
Public Member Functions | |
| image_drawer (bitmap_image &image) | |
| void | rectangle (int x1, int y1, int x2, int y2) |
| void | triangle (int x1, int y1, int x2, int y2, int x3, int y3) |
| void | quadix (int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) |
| void | line_segment (int x1, int y1, int x2, int y2) |
| void | horiztonal_line_segment (int x1, int x2, int y) |
| void | vertical_line_segment (int y1, int y2, int x) |
| void | ellipse (int centerx, int centery, int a, int b) |
| void | circle (int centerx, int centery, int radius) |
| void | plot_pen_pixel (int x, int y) |
| void | plot_pixel (int x, int y) |
| void | pen_width (const unsigned int &width) |
| void | pen_color (const unsigned char &red, const unsigned char &green, const unsigned char &blue) |
| template<typename RGB > | |
| void | pen_color (const RGB colour) |
Definition at line 2096 of file bitmap_image.hpp.
|
inline |
Definition at line 2100 of file bitmap_image.hpp.
|
inline |
Definition at line 2275 of file bitmap_image.hpp.
|
inline |
Definition at line 2196 of file bitmap_image.hpp.
|
inline |
Definition at line 2170 of file bitmap_image.hpp.
|
inline |
Definition at line 2131 of file bitmap_image.hpp.
|
inline |
Definition at line 2350 of file bitmap_image.hpp.
Referenced by test18().
|
inline |
Definition at line 2360 of file bitmap_image.hpp.
References bitmap_image::operator=().
|
inline |
Definition at line 2342 of file bitmap_image.hpp.
References bitmap_image::width().
|
inline |
Definition at line 2294 of file bitmap_image.hpp.
|
inline |
Definition at line 2329 of file bitmap_image.hpp.
|
inline |
Definition at line 2123 of file bitmap_image.hpp.
|
inline |
Definition at line 2108 of file bitmap_image.hpp.
|
inline |
Definition at line 2116 of file bitmap_image.hpp.
|
inline |
Definition at line 2183 of file bitmap_image.hpp.
Referenced by test18().
1.8.13