#include <effects.h>
Inheritance diagram for telescope:
Public Methods | |
telescope (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 | idleAction () |
void | LBAction () |
void | changeMode (char _mode) |
void | changeValue (char _key) |
|
Definition at line 390 of file effects.cpp. References imageRgbaCopy(). |
|
Reimplemented from effect. Definition at line 521 of file effects.cpp. References effect::mode. |
|
Reimplemented from effect. Definition at line 540 of file effects.cpp. References limit::intForceLimit(), effect::LB(), effect::limitValue1, effect::limitValue2, effect::value1, and effect::value2. |
|
Reimplemented from effect. Definition at line 440 of file effects.cpp. References applyMatrix(), Rgba::b, ImageRGBA::data, Rgba::g, ImageRGBA::height, imageRgbaInterpolate(), imageRgbaInvertEllipse(), effect::img, limit::intForceLimit(), effect::limitRGBA, effect::M, effect::mode, effect::mouse, Rgba::r, effect::start, effect::temp, effect::value1, effect::value2, ImageRGBA::width, point::x, and point::y. |
|
Reimplemented from effect. Definition at line 425 of file effects.cpp. References imageRgbaCopy(), imageRgbaInvertEllipse(), effect::img, effect::mouse, effect::start, effect::temp, effect::value1, point::x, and point::y. |