private List<Thumb<Color>> getStops() {
   // calculate the color stops
   return model == null ? null : model.getSortedThumbs();
 }