|
Enrollment 28.2.0
|
Defines the interface for applying mask to the image with a masker. More...
#include <ImageMask.h>
Public Member Functions | |
| virtual void | MaskWith (ImageMasker &masker) const =0 |
| Applies a mask to the image using the provided ImageMasker. | |
Defines the interface for applying mask to the image with a masker.
|
pure virtual |
Applies a mask to the image using the provided ImageMasker.
| masker | image masker instance used to apply the mask. |
Implemented in CircleImageMask, and PolygonImageMask.
Referenced by Image::MaskImageBy().