#include "classes.h"
Go to the source code of this file.
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(), matrices::matrixAction(), and edge::matrixAction(). |