The base class for image manipulators.
Inherits :
Inherited By : DzFlipManip, DzInvertManip, DzOffsetManip, DzOpacityManip, DzRotateManip and DzScaleManip
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.
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.