Class AnimatedColorProperty

All Implemented Interfaces:
ColorProperty, Transmittable<Color>

public class AnimatedColorProperty extends AnimatedProperty<Color> implements ColorProperty
  • Constructor Details

  • Method Details

    • getValue

      public Color getValue()
      Specified by:
      getValue in class VariableProperty<Color>
      Returns:
      The value of this property.
    • applyUpdatedValue

      public void applyUpdatedValue(float deltaTime, Color outputColor)
    • transmit

      public void transmit(Color target)
      Description copied from interface: Transmittable
      Transmits this object's data to a given target object.
      Specified by:
      transmit in interface Transmittable<Color>
      Parameters:
      target - the target object to which data will be transmitted