Releases: mazznoer/colorgrad
Releases · mazznoer/colorgrad
v0.10.0
- Add support for color transparency
- Remove sub module
scheme
- Various bug fixes and improvements
Full Changelog: v0.9.1...v0.10.0
v0.9.0
- New Catmull Rom and Basis interpolation modes
- Added support for parsing GIMP gradient (ggr) format
- New
Gradient
methods: RepeatAt()
and ReflectAt()
- Performance improvements
- Update dependencies
v0.8.1
- Preset gradients is now interpolated using uniform B-splines.
v0.8.0
- Rename BlendMode:
RGB
-> BlendRgb
LRGB
-> BlendLinearRgb
HCL
-> BlendHcl
HSV
-> BlendHsv
LAB
-> BlendLab
LUV
-> BlendLuv
- New
BlendOklab
- New
smoothness
option for hard-edged gradient
- Some bug fixes
v0.7.0
- Add more new preset gradients
Gradient
is now a struct not interface
v0.5.0
- Remove SharpGradient(), IntoColors()
- Add new methods for Gradient:
- ColorfulColors()
- Colors() -- now it returns []color.Color instead of []colorful.Color
- Domain()
- Sharp()
- Refactoring
v0.4.0
- Rename gradient builder's
HexColors()
method to HtmlColors()
- Add support for named colors
v0.3.0
Patch4 (#18)
* Add files via upload
* Update README.md
* Add files via upload
* Update README.md
* Update gradx_test.go
* Update gradx.go
* Update gradset.go
* Update gradset_test.go
* Update gradset_test.go