, including all inherited members.
clear(int nRed, int nGreen, int nBlue) | PN::Image | |
clear(unsigned short nColor) | PN::Image | |
colorKey | PN::Image | [protected] |
createFromPixelBuffer(int nWidth, int nHeight, unsigned short *nPixels, bool nOwner) | PN::Image | [static] |
drawImage(int nX, int nY, const Image *nImage, int nSx0, int nSy0, int nSx1, int nSy1, bool nTransparent=false) | PN::Image | |
drawImage(int nX, int nY, const Image *nImage, bool nTransparent=false) | PN::Image | |
drawLine(int x1, int y1, int x2, int y2, unsigned short col) | PN::Image | |
drawLine(int x1, int y1, int x2, int y2, int r, int g, int b) | PN::Image | |
fillRect(int nX0, int nY0, int nX1, int nY1, int nRed, int nGreen, int nBlue, int nTransparency=0) | PN::Image | |
fillRect(int nX0, int nY0, int nX1, int nY1, unsigned short nColor, int nTransparency=0) | PN::Image | |
getColorKey() const | PN::Image | [inline] |
getHeight() const | PN::Image | [inline] |
getPixel(int nX, int nY) const | PN::Image | [inline] |
getPixels() | PN::Image | [inline] |
getPixels() const | PN::Image | [inline] |
getWidth() const | PN::Image | [inline] |
height | PN::Image | [protected] |
Image(int nWidth, int nHeight, unsigned short *nPixels, bool nPixelsOwner) | PN::Image | [inline, protected] |
Image(Image *nImage) | PN::Image | [inline, protected] |
pixels | PN::Image | [protected] |
pixelsOwner | PN::Image | [protected] |
setPixel(int x, int y, unsigned short col) | PN::Image | |
setPixel(int x, int y, int r, int g, int b) | PN::Image | |
setPixels(int nWidth, int nHeight, unsigned short *nPixels, bool nPixelsOwner) | PN::Image | |
setTransparentColor(int nRed, int nGreen, int nBlue) | PN::Image | |
width | PN::Image | [protected] |
~Image() | PN::Image | [inline, virtual] |