User Tools

Site Tools


DzImageBlend (deprecated)

Base for objects that blend image layers together. (deprecated).

More...

Inherits :

Inherited By : DzAddBlend (deprecated), DzAlphaBlend (deprecated), DzMultiplyBlend (deprecated) and DzSubtractBlend (deprecated)

Methods

DAZ Script
voidblendImage ( Image dest, Image src )
StringgetDescription ()

Signals

Detailed Description

Deprecated

Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureLayer instead.

Methods


void : blendImage( Image dest, Image src )

Used to blend src into dest.

Parameter(s):

  • dest - The destination image that the blending operation will add to.
  • src - The source image that is being blended into the destination image.

String : getDescription()

Return Value:

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

Signals


void : blendMethodChanged()

Signature:“blendMethodChanged()”

Emitted when the blend method has changed.