spectrum 0.2.0
spectrum: ^0.2.0 copied to clipboard
A rainbow of Color and Gradient utilities; including GradientTweens, Gradient.copyWith(), Steps-type gradients, Color.generateComplements(), AnimatedGradients, MaterialColor generation, and more!
spectrum #
0.2.0 03 JUL 21 #
Massive "fleshing out" of the project, establishing remaining goals.
- Added
FooShadedSteps - Added
AnimatedGradient- See also:
GradientStoryboard,GradientAnimation,GradientProperty,TweenSpec, & more
- See also:
- Added
GradientCopyWithtemplate- Used to override the return type for the
Gradient.copyWithmethod used from within either aGradientTweenorAnimatedGradient
- Used to override the return type for the
- Introduced
Gradientgetterreversedand convenience methodanimate() - Introduced
isAgressiveflag forGradientTween - For the generation of
MaterialColors viaSpectrum.materialColor:Blend->SwatchModewith an additional value,SwatchMode.complements- Consider
Spectrum.materialAccentto create aMaterialAccentColor
- Color complements are obtained by new
SpectrumUtils.generateComplements- Which drives the
List<Color>getter extensions on instantiatedColors, too;Color.complementTriad, for example
- Which drives the
0.1.0 11 JUN 21 #
- Initial release.