convertTo method
Returns a new list containing the colors of this
iterable converted to the defined colorSpace
.
Implementation
List<ColorModel> convertTo(ColorSpace colorSpace) {
return cast<cm.ColorModel>().convertTo(colorSpace).cast<ColorModel>();
}