User Tools

Site Tools


DzImageManip (deprecated)

Methods

DAZ Script
StringgetDescription ()
voidmanipulate ( Image img )

Signals

Detailed Description

Image manipulators are applied to an image layer before it is blended into the final image.

Deprecated

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

Methods


String : getDescription()

Return Value:

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

void : manipulate( Image img )

Applies the manipulator to img.

Parameter(s):

  • img - The image to apply the manipulation to.

Signals


void : manipulationChanged()

Signature:“manipulationChanged()”

Emitted when the value of the manipulator has changed and it needs to be reapplied.