#include <plfilterfill.h>
Inheritance diagram for PLFilterFill< PixelC >:
Public Member Functions | |
PLFilterFill (const PixelC &Color) | |
virtual void | ApplyInPlace (PLBmp *pBmp) const |
Definition at line 23 of file plfilterfill.h.
|
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 46 of file plfilterfill.h. References PLBmp::ApplyFilter(), PLBmpInfo::GetHeight(), and PLBmpInfo::GetWidth(). |