This is the complete list of members for
Polycode::Image, including all inherited members.
createEmpty(unsigned int width, unsigned int height) | Polycode::Image | |
drawRect(int x, int y, int w, int h, Color col) | Polycode::Image | |
fastBlur(int blurSize) | Polycode::Image | |
fill(Number r, Number g, Number b, Number a) | Polycode::Image | |
gaussianBlur(float radius, float deviation) | Polycode::Image | |
getBrushX() const | Polycode::Image | |
getBrushY() const | Polycode::Image | |
getHeight() const | Polycode::Image | |
getPixel(int x, int y) | Polycode::Image | |
getPixels() | Polycode::Image | |
getPixelsInRect(unsigned int x, unsigned int y, unsigned int width, unsigned int height) | Polycode::Image | |
getWidth() const | Polycode::Image | |
Image(const String &fileName) | Polycode::Image | |
Image(int width, int height, int type=IMAGE_RGBA) | Polycode::Image | |
Image(char *data, int width, int height, int type=IMAGE_RGBA) | Polycode::Image | |
Image(Image *copyImage) | Polycode::Image | |
line(int x0, int y0, int x1, int y1, Color col) | Polycode::Image | |
lineTo(int x, int y, Color col) | Polycode::Image | |
loadImage(const String &fileName) | Polycode::Image | |
move(int x, int y) | Polycode::Image | |
moveTo(int x, int y) | Polycode::Image | |
perlinNoise(int seed, bool alpha) | Polycode::Image | |
saveImage(const String &fileName) | Polycode::Image | |
setPixel(int x, int y, Number r, Number g, Number b, Number a) | Polycode::Image | |
setPixel(int x, int y, Color col) | Polycode::Image | |