DzImageBlend Class Reference

Inheritance diagram for DzImageBlend:

QObject Object DzMultiplyBlend DzSubtractBlend List of all members.

Methods

void blendImage (Image dest, Image src)
String getDescription ()

Detailed Description

The base class for objects that blend image layers together.


Member Function Documentation

void DzImageBlend::blendImage ( Image  dest,
Image  src 
)

Subclasses must implement this function to blend src into dest.

Parameters:
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.

Returns:
The description of the blending operation that will be displayed to the user.


Generated on Thu Sep 24 12:21:12 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.