#include <plfiltervideoinvert.h>
Inheritance diagram for PLFilterVideoInvert:
Public Member Functions | |
PLFilterVideoInvert () | |
virtual | ~PLFilterVideoInvert () |
void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. |
|
Definition at line 22 of file plfiltervideoinvert.cpp. |
|
Definition at line 27 of file plfiltervideoinvert.cpp. |
|
Applies the Filter to pBmpSource and stores the result in pBmpDest. The base-class version copies the bitmap before calling ApplyInPlace (pBmpDest). Reimplemented from PLFilter. Definition at line 32 of file plfiltervideoinvert.cpp. References PLBmp::Create(), fp_hsv_to_rgb(), fp_rgb_to_hsv(), PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetResolution(), PLBmp::GetWidth(), PLASSERT, and PLBYTE. |
Here is the call graph for this function: