asList property

List<int> asList

Returns a fixed-size list of ARGB color ints for common tone values.

Inverse of fromList.

Implementation

List<int> get asList => commonTones.map((int tone) => get(tone)).toList();