AugmentColors extension

on

Methods

augment(int newLength, {List<double>? stops, ColorSpace? colorSpace, bool invert = false}) List<Color>

Available on Iterable<Color>, provided by the AugmentColors extension

getColorAt(double delta) ColorModel

Available on Iterable<Color>, provided by the AugmentColors extension

Returns the color at delta by interpolating between the colors in the list.
toColorModels() List<ColorModel>

Available on Iterable<Color>, provided by the AugmentColors extension

Returns this iterable as a list of ColorModels.