Class TransitionedColorProperty

All Implemented Interfaces:
ColorProperty, Transmittable<Color>

public class TransitionedColorProperty extends TransitionedProperty<Color> implements ColorProperty
  • Constructor Details

    • TransitionedColorProperty

      public TransitionedColorProperty(Color initialValue, AnimationCurve curve)
  • Method Details

    • 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
    • getValue

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