Class ThemeTransitionManager

java.lang.Object
com.arbergashi.charts.util.ThemeTransitionManager

public final class ThemeTransitionManager extends Object
Smoothly interpolates between two chart themes using cached colors.

Interpolation uses ColorRegistry.interpolate(Color, Color, float) so animation frames are served from the flyweight cache without per-frame allocations.