Interface PaintInterpolator
- All Known Implementing Classes:
DefaultInterpolator
public interface PaintInterpolator
-
Method Summary
Modifier and TypeMethodDescription@NotNull SVGPaintinterpolate(@NotNull SVGPaint initial, @NotNull SVGPaint a, @NotNull SVGPaint b, float progress)
-
Method Details
-
interpolate
-