Color getMAColor(int index) { switch (index % 3) { case 1: return ma10Color; case 2: return ma30Color; default: return ma5Color; } }