Base for objects that blend image layers together. (deprecated).
Inherits :
Inherited By : DzAddBlend (deprecated), DzAlphaBlend (deprecated), DzMultiplyBlend (deprecated) and DzSubtractBlend (deprecated)
| DAZ Script | |
|---|---|
| void | blendImage ( Image dest, Image src ) |
| String | getDescription () |
| void | blendMethodChanged () |
Deprecated
Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureLayer instead.
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.