User Tools

Site Tools


DzInvertManip (deprecated)

An image manipulator that inverts the color channels of an image layer. (deprecated).

More...

Inherits :

Properties

DAZ Script
Booleanon

Constructors

DAZ Script
DzInvertManip ( Boolean onOff=false )

Methods

DAZ Script
BooleanisOn ()
voidsetOn ( Boolean onOff )

Detailed Description

Deprecated

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

Properties


Boolean : on

TODO: Add description.

Constructors


DzInvertManip( Boolean onOff=false )

Holds whether or not the manipulater is active

Default Constructor

Methods


Boolean : isOn()

Return Value:

  • true if the image's colors will be inverted, otherwise false.

void : setOn( Boolean onOff )

Sets whether or not the invert manipulator is applied.

Parameter(s):

  • onOff - If true, the manipulator is applied, if false, the image's colors are not inverted.