The base class for objects that blend image layers together.
Inherits :
Inherited By : DzAddBlend, DzAlphaBlend, DzMultiplyBlend and DzSubtractBlend
DAZ Script | |
---|---|
void | blendImage ( Image dest, Image src ) |
String | getDescription () |
void | blendMethodChanged () |
TODO: Add detailed description.
void : blendImage( Image dest, Image src )
Used to blend src
into dest
.
Parameter(s):
String : getDescription()
Return Value:
void : blendMethodChanged()
Signature:“blendMethodChanged()”
Emitted when the blend method has changed.