#include "includes.h"
Go to the source code of this file.
Compounds | |
class | artistic |
class | color |
class | distort |
class | effect |
class | geometric |
class | limit |
class | matrices |
class | matrix |
class | point |
class | tools |
Functions | |
Rgba | applyMatrix (ImageRGBA *_img, matrix *_M, int _x, int _y, point _lowArea, point _highArea) |
|
Definition at line 91 of file classes.cpp. References Rgba::b, ImageRGBA::data, matrix::dimension, matrix::division, matrix::E, Rgba::g, Rgba::r, ImageRGBA::width, point::x, and point::y. Referenced by telescope::idleAction(), sharpen::LBAction(), edge::matrixAction(), and matrices::matrixAction(). |