#include <plfilterfill.h>
Inheritance diagram for PLFilterFill:
Public Member Functions | |
PLFilterFill (const PLPixel32 &Color) | |
virtual | ~PLFilterFill () |
virtual void | ApplyInPlace (PLBmp *pBmp) const |
In-Place Apply. | |
Private Attributes | |
PLPixel32 | m_Color |
Definition at line 22 of file plfilterfill.h.
|
Definition at line 14 of file plfilterfill.cpp. |
|
Definition at line 20 of file plfilterfill.cpp. |
|
In-Place Apply. Applies the filter to pBmp. The base-class version copies the bitmap after calling Apply (pBmp, pTempBmp). Reimplemented from PLFilter. Definition at line 24 of file plfilterfill.cpp. References PLBmp::ApplyFilter(), PLBmp::GetHeight(), and PLBmp::GetWidth(). |
Here is the call graph for this function:
|
Definition at line 30 of file plfilterfill.h. |