mp_stickers
Shocking Stickers
|
This is the complete list of members for Image, including all inherited members.
darken() | Image | |
darken(double amount) | Image | |
desaturate() | Image | |
desaturate(double amount) | Image | |
getPixel(unsigned int x, unsigned int y) | cs225::PNG | |
getPixel(unsigned int x, unsigned int y) const | cs225::PNG | |
grayscale() | Image | |
height() const | cs225::PNG | |
illinify() | Image | |
Image() | Image | inline |
Image(unsigned int width, unsigned int height) | Image | inline |
lighten() | Image | |
lighten(double amount) | Image | |
operator!=(PNG const &other) const | cs225::PNG | |
operator=(PNG const &other) | cs225::PNG | |
operator==(PNG const &other) const | cs225::PNG | |
PNG() | cs225::PNG | |
PNG(unsigned int width, unsigned int height) | cs225::PNG | |
PNG(PNG const &other) | cs225::PNG | |
readFromFile(string const &fileName) | cs225::PNG | |
resize(unsigned int newWidth, unsigned int newHeight) | cs225::PNG | |
rotateColor(double degrees) | Image | |
saturate() | Image | |
saturate(double amount) | Image | |
scale(double factor) | Image | |
scale(unsigned w, unsigned h) | Image | |
width() const | cs225::PNG | |
writeToFile(string const &fileName) | cs225::PNG | |
~PNG() | cs225::PNG |