ColorSwatch typedef

ColorSwatch = Map<int, Color>

Implementation

typedef ColorSwatch = Map<int, Color>;