|
EZDraw++
1.2.2-3
Une mini-bibliothèque minimale pour réaliser un programme graphique en C++ sur Windows ou Linux
|
Liste complète des membres de EZImage, y compris les membres hérités :
| blend(const EZImage &src, int dst_x, int dst_y) | EZImage | |
| blendSubimage(const EZImage &src, int dst_x, int dst_y, int src_x, int src_y, int width, int height) | EZImage | |
| extract(int src_x, int src_y, int width, int height) const | EZImage | |
| EZImage(int width, int height) | EZImage | |
| EZImage(const EZImage &) | EZImage | |
| EZImage(const char *filename) | EZImage | |
| EZPixmap (défini dans EZImage) | EZImage | friend |
| fillRGBA(EZuint8 red, EZuint8 green, EZuint8 blue, EZuint8 alpha) | EZImage | |
| getAlpha() const | EZImage | |
| getHeight() const | EZImage | |
| getOpacity() const | EZImage | |
| getPixel(unsigned int x, unsigned int y) | EZImage | |
| getWidth() const | EZImage | |
| horizontalSymmetry() const | EZImage | |
| paint(EZWindow &win, int x, int y) const | EZImage | |
| paintSubimage(EZWindow &win, int x, int y, int src_x, int src_y, int width, int height) const | EZImage | |
| print(int src_x, int src_y, int w, int h) const | EZImage | |
| rotate(double theta, int quality) const | EZImage | |
| rotatePoint(double theta, int src_x, int src_y, int &dst_x, int &dst_y) | EZImage | |
| scale(double factor) const | EZImage | |
| setAlpha(bool has_alpha) | EZImage | |
| setOpacity(int opacity) | EZImage | |
| verticalSymmetry() const | EZImage | |
| ~EZImage() | EZImage |
1.8.13