Utils extension

shortcuts to manipulate Color

on

Properties

hexARGB String
ff001232
no setter
hexRGB String
001232ac
no setter
hsl HSLColor
no setter
hue double
no setter
lightness double
no setter
saturation double
no setter

Methods

getShades(int stepCount, {bool skipFirst = true}) List<Color>
generate the gradient of a color with lightness from 0 to 1 in stepCount steps
withHue(double value) Color
withLightness(double value) Color
withSaturation(double value) Color