Convenience method to get a single bill color with position i.
static Color billColor(int i) { return cycledColor(billColors, i); }