Class AnimatedColor

java.lang.Object
com.github.weisj.jsvg.animation.value.AnimatedColor
All Implemented Interfaces:
ColorValue, SVGPaint

public final class AnimatedColor extends Object implements SVGPaint, ColorValue
  • Field Details

    • track

      @NotNull private final @NotNull Track track
    • initial

      @NotNull private final @NotNull ColorValue initial
    • values

      @NotNull private final @NotNull RGBColor @NotNull [] values
    • current

      private Color current
    • currentTimestamp

      private long currentTimestamp
  • Constructor Details

    • AnimatedColor

      public AnimatedColor(@NotNull @NotNull Track track, @NotNull @NotNull ColorValue initial, @NotNull @NotNull RGBColor @NotNull [] values)
  • Method Details