An image manipulator that sets the alpha channel of an entire image layer to a specified value. (deprecated).
Inherits :
| DAZ Script |
|---|
| DzOpacityManip ( Number opacity=1.0 ) |
| DAZ Script | |
|---|---|
| Number | getOpacity () |
| void | setOpacity ( Number opacity ) |
Deprecated
Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureComponent instead.
Number : getOpacity()
Return Value:
void : setOpacity( Number opacity )
Sets the opacity for the image.
Parameter(s):