Returns a fixed-size list of ARGB color ints for common tone values.
Inverse of fromList.
List<int> get asList => commonTones.map((int tone) => get(tone)).toList();