Under the hood, I use the Brush to define how the color is drawn. To animate it, I don’t regenerate the brush object on every frame. Instead, I transform the brush’s matrix. This avoids recreating the ...