EZDraw++  1.2.2-3
Une mini-bibliothèque minimale pour réaliser un programme graphique en C++ sur Windows ou Linux
EZImage Liste des membres

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) constEZImage
EZImage(int width, int height)EZImage
EZImage(const EZImage &)EZImage
EZImage(const char *filename)EZImage
EZPixmap (défini dans EZImage)EZImagefriend
fillRGBA(EZuint8 red, EZuint8 green, EZuint8 blue, EZuint8 alpha)EZImage
getAlpha() constEZImage
getHeight() constEZImage
getOpacity() constEZImage
getPixel(unsigned int x, unsigned int y)EZImage
getWidth() constEZImage
horizontalSymmetry() constEZImage
paint(EZWindow &win, int x, int y) constEZImage
paintSubimage(EZWindow &win, int x, int y, int src_x, int src_y, int width, int height) constEZImage
print(int src_x, int src_y, int w, int h) constEZImage
rotate(double theta, int quality) constEZImage
rotatePoint(double theta, int src_x, int src_y, int &dst_x, int &dst_y)EZImage
scale(double factor) constEZImage
setAlpha(bool has_alpha)EZImage
setOpacity(int opacity)EZImage
verticalSymmetry() constEZImage
~EZImage()EZImage