DAZ Script | |
---|---|
GrayscaleMode | { Alpha, Average, Luminance, Maximum, RedChannel, GreenChannel, BlueChannel, GrayscaleDefault } |
Modifications | { NoModification, Scale, Offset, Invert, Grayscale, LocalTiling, InvalidModification } |
DAZ Script |
---|
DzTextureModifier () |
void | grayscaleModeChanged () |
void | horizontalTilesChanged () |
void | horizontalTilingOffsetChanged () |
void | invertedChanged () |
void | offsetChanged () |
void | scaleChanged () |
void | settingsChanged () |
void | verticalTilesChanged () |
void | verticalTilingOffsetChanged () |
See Also:
TODO: Add description.
—–
Since:
Holds the grayscale mode of this texture modifier.
Holds the number of horizontal tiles for this texture modifier.
Number : horizontalTilingOffset
Holds the horizontal tiling offset of this texture modifier.
Holds whether or not this texture modifier inverts colors.
Holds the offset of this texture modifier.
Holds the scale of this texture modifier.
Holds the number of vertical tiles for this texture modifier.
Holds the vertical tiling offset of this texture modifier.
Number : calcOffset( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : calcOffset( Modifications modificationFlags, Boolean flipPolarity )
Parameter(s):
Return Value:
See Also:
Since:
Number : calcScale( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : calcScale( Modifications modificationFlags, Boolean flipPolarity )
Parameter(s):
Return Value:
See Also:
Since:
DzTextureModifier : duplicate()
Return Value:
void : getAttributes( DzSettings settings, Modifications modFlags )
Populates the given settings object with the attributes of this texture modifier.
Parameter(s):
See Also:
Number : getGrayscaleMode( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : getHorizontalTiles( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : getHorizontalTilingOffset( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : getOffset( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : getScale( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : getVerticalTiles( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Number : getVerticalTilingOffset( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
Boolean : isDefault( Modifications modificationFlags )
Parameter(s):
Return Value:
true
if this texture modifier is in its default state, otherwise false
.Boolean : isInverted( Modifications modificationFlag, Boolean flipPolaritys )
Parameter(s):
Return Value:
See Also:
Since:
Boolean : isInverted( Modifications modificationFlags )
Parameter(s):
Return Value:
See Also:
void : reset()
Resets this texture modifier.
void : setAttributes( DzSettings settings, Modifications modFlags, DzTextureModifier oldMod=null )
Sets the attributes of this texture modifier using settings.
Parameter(s):
settings
.See Also:
void : grayscaleModeChanged()
Signature:“grayscaleModeChanged()”
Emitted when the grayscale mode of the texture modifier has changed.
void : horizontalTilesChanged()
Signature:“horizontalTilesChanged()”
Emitted when the number of horizontal tiles for the texture modifier has changed.
void : horizontalTilingOffsetChanged()
Signature:“horizontalTilingOffsetChanged()”
Emitted when the horizontal tiling offset of the texture modifier has changed.
void : invertedChanged()
Signature:“invertedChanged()”
Emitted when the inversion of the texture modifier has changed.
void : offsetChanged()
Signature:“offsetChanged()”
Emitted when the offset of the texture modifier has changed.
void : scaleChanged()
Signature:“scaleChanged()”
Emitted when the scale of the texture modifier has changed.
void : settingsChanged()
Signature:“settingsChanged()”
Emitted when the settings of the texture modifier have changed.
void : verticalTilesChanged()
Signature:“verticalTilesChanged()”
Emitted when the number of vertical tiles for the texture modifier has changed.
void : verticalTilingOffsetChanged()
Signature:“verticalTilingOffsetChanged()”
Emitted when the vertical tiling offset of the texture modifier has changed.