#include <plfiltergrayscale.h>
Inheritance diagram for PLFilterGrayscale:
Public Member Functions | |
PLFilterGrayscale () | |
virtual | ~PLFilterGrayscale () |
virtual void | Apply (PLBmp *pBmpSource, PLBmp *pBmpDest) const |
Applies the Filter to pBmpSource and stores the result in pBmpDest. |
Definition at line 23 of file plfiltergrayscale.h.
|
Definition at line 20 of file plfiltergrayscale.cpp. |
|
Definition at line 24 of file plfiltergrayscale.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 29 of file plfiltergrayscale.cpp. References PLBmp::Create(), PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetResolution(), PLBmp::GetWidth(), PL_RGBA_BLUE, PL_RGBA_GREEN, PL_RGBA_RED, PLASSERT, and PLBYTE. |
Here is the call graph for this function: