#include <matrices.h>
Inheritance diagram for blur:
Public Methods | |
blur (ImageRGBA *_img=0, ImageRGBA *_temp=0, ImageRGBA *_temp2=0, ImageRGBA *_hud=0, ImageRGBA *_menu=0, bool _bArea=false, point _lowArea=0, point _highArea=0) | |
void | LBAction () |
void | changeMode (char _mode) |
void | changeValue (char _key) |
|
Definition at line 6 of file matrices.cpp. References imageRgbaCopy(). |
|
Reimplemented from effect. Definition at line 696 of file matrices.cpp. References effect::highArea, LBAction(), effect::LBpressed, effect::limitValue1, effect::limitValue2, effect::lowArea, effect::mode, limit::set(), effect::value1, effect::value2, point::x, and point::y. |
|
Reimplemented from matrices. Definition at line 761 of file matrices.cpp. References limit::high, limit::intForceLimit(), LBAction(), effect::LBpressed, effect::limitValue1, effect::limitValue2, limit::low, effect::value1, and effect::value2. |
|
Reimplemented from matrices. Definition at line 19 of file matrices.cpp. References Rgba::a, Rgba::b, ImageRGBA::data, effect::display, Rgba::g, effect::highArea, horizontal_blur(), imageRgbaCopy(), imageRgbaSetArea(), effect::img, limit::intForceLimit(), effect::limitRGBA, effect::lowArea, M_PI, effect::mode, motion_blur(), effect::mouse, Rgba::r, effect::refreshImage(), effect::temp, effect::temp2, effect::value1, effect::value2, vertical_blur(), ImageRGBA::width, point::x, and point::y. Referenced by changeMode(), and changeValue(). |