The base class for image manipulators. (deprecated).
Inherits :
Inherited By : DzFlipManip (deprecated), DzInvertManip (deprecated), DzOffsetManip (deprecated), DzOpacityManip (deprecated), DzRotateManip (deprecated) and DzScaleManip (deprecated)
DAZ Script | |
---|---|
String | getDescription () |
void | manipulate ( Image img ) |
void | manipulationChanged () |
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.
String : getDescription()
Return Value:
void : manipulate( Image img )
Applies the manipulator to img
.
Parameter(s):
void : manipulationChanged()
Signature:“manipulationChanged()”
Emitted when the value of the manipulator has changed and it needs to be reapplied.