An animatable color property.
Inherits :
DAZ Script |
---|
DzFloatColorProperty () |
DzFloatColorProperty ( String name, Boolean canAnimate, Boolean isUserProperty, Color initVal ) |
DzFloatColorProperty ( String name, Boolean canAnimate, Boolean isUserProperty ) |
This class provides an animatable color property that is stored and can be accessed as an integer property. The integer value represents a color as a 32 bit rgba value with each byte representing a component with the range [0, 255].
Default Constructor. Creates a non-animatable, non-user property.
DzFloatColorProperty( String name, Boolean canAnimate, Boolean isUserProperty, Color initVal )
Parameter(s):
true
, creates an animatable property.true
, creates a user property; user properties are properties that can be added/deleted by users.DzFloatColorProperty( String name, Boolean canAnimate, Boolean isUserProperty )
Parameter(s):
true
, creates an animatable property.true
, creates a user property; user properties are properties that can be added/deleted by users.DzFloatColor : adjustFloatColorValue( DzFloatColor val )
TODO: Add description.
DzFloatColor : adjustFloatColorValue( DzTime tm, DzFloatColor val )
TODO: Add description.
DzFloatColor : getDefaultFloatColorValue()
TODO: Add description.
DzFloatColor : getFloatColorFollowValue()
TODO: Add description.
DzFloatColor : getFloatColorFollowValue( DzTime tm )
TODO: Add description.
DzFloatColor : getFloatColorValue()
TODO: Add description.
DzFloatColor : getFloatColorValue( DzTime tm )
TODO: Add description.
Number : getFloatMax()
TODO: Add description.
Number : getFloatMin()
TODO: Add description.
Number : getFloatSensitivity()
TODO: Add description.
DzFloatColor : getKeyFloatColorValue( Number i )
TODO: Add description.
Array : getKeyInterpolationTypeValues( Number i )
TODO: Add description.
DzFloatColor : getLocalFloatColorValue()
TODO: Add description.
DzFloatColor : getLocalFloatColorValue( DzTime tm )
TODO: Add description.
DzFloatColor : getRawFloatColorValue()
TODO: Add description.
DzFloatColor : getRawFloatColorValue( DzTime tm )
TODO: Add description.
void : setDefaultFloatColorValue( DzFloatColor val )
TODO: Add description.
void : setFloatColorValue( DzFloatColor val )
TODO: Add description.
void : setFloatColorValue( DzTime tm, DzFloatColor val, InterpolationType interp )
TODO: Add description.
void : setFloatColorValue( DzTime tm, DzFloatColor val )
TODO: Add description.
void : setFloatColorValue( DzTime tm, DzFloatColor val, InterpolationType interp, Number param0, Number param1, Number param2 )
TODO: Add description.
void : setFloatMax( Number max )
TODO: Add description.
void : setFloatMin( Number min )
TODO: Add description.
void : setFloatMinMax( Number min, Number max )
TODO: Add description.
void : setFloatSensitivity( Number sens )
TODO: Add description.
void : setKeyFloatColorValue( Number i, DzFloatColor val )
TODO: Add description.
void : setKeyInterpolation( Number i, InterpolationType interp, Number param0, Number param1, Number param2 )
TODO: Add description.
void : setKeyInterpolation( Number i, InterpolationType interp )
TODO: Add description.
void : setRawFloatColorValue( DzFloatColor val )
TODO: Add description.
void : setRawFloatColorValue( DzTime tm, DzFloatColor val )
TODO: Add description.