Inheritance diagram for DzImageBlend:

Methods | |
| void | blendImage (Image dest, Image src) |
| String | getDescription () |
Subclasses must implement this function to blend src into dest.
| dest | The destination image that the blending operation will add to. | |
| src | The source image that is being blended into the destination image. |
| String DzImageBlend::getDescription | ( | ) |
Subclasses must implement this function to return a user-readable description of the blend.