AugmentColors extension
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<
Returns the color atColor> , provided by the AugmentColors extensiondelta
by interpolating between the colors in the list. -
toColorModels(
) → List< ColorModel> -
Available on Iterable<
Returns this iterable as a list of ColorModels.Color> , provided by the AugmentColors extension