Class VariableAnimatedColorProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<AnimatedProperty<Color>>
dev.prozilla.pine.common.property.animated.variable.VariableAnimatedProperty<Color>
dev.prozilla.pine.common.property.animated.variable.VariableAnimatedColorProperty
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.animated.variable.VariableAnimatedProperty
curveProperty, endProperty, startProperty
Fields inherited from class dev.prozilla.pine.common.property.VariableProperty
random
-
Constructor Summary
ConstructorsConstructorDescriptionVariableAnimatedColorProperty
(VariableProperty<Color> startProperty, VariableProperty<Color> endProperty, AnimationCurve curve) VariableAnimatedColorProperty
(VariableProperty<Color> startProperty, VariableProperty<Color> endProperty, VariableProperty<AnimationCurve> curveProperty) -
Method Summary
-
Constructor Details
-
VariableAnimatedColorProperty
public VariableAnimatedColorProperty(VariableProperty<Color> startProperty, VariableProperty<Color> endProperty, AnimationCurve curve) -
VariableAnimatedColorProperty
public VariableAnimatedColorProperty(VariableProperty<Color> startProperty, VariableProperty<Color> endProperty, VariableProperty<AnimationCurve> curveProperty)
-
-
Method Details
-
getValue
- Specified by:
getValue
in classVariableProperty<AnimatedProperty<Color>>
- Returns:
- The value of this property.
-