sclass RasterBars > Animation { LPair streaks; *() {} *(int *w, int *h, LPair *streaks) {} void paint { for (streak : streaks) fillRect(g, 0, streak.a.start, w, l(streak.a), grayToColor(streak.b)); } }