Interface PaintInterpolator

All Known Implementing Classes:
DefaultInterpolator

public interface PaintInterpolator
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull SVGPaint
    interpolate(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)
     
  • Method Details

    • interpolate

      @NotNull @NotNull SVGPaint interpolate(@NotNull @NotNull SVGPaint initial, @NotNull @NotNull SVGPaint a, @NotNull @NotNull SVGPaint b, float progress)