Releases: mazznoer/colorgrad
Releases · mazznoer/colorgrad
colorgrad v0.11.1
16 Jan 08:47
Compare
Sorry, something went wrong.
No results found
Fix bug in Lab conversion
colorgrad v0.11.0
07 Jan 07:54
Compare
Sorry, something went wrong.
No results found
New GradientBuilder.Reset()
New BlendLab
Gradient's fields is now public
GradientCore is now public
New InterpolationSmoothstep
colorgrad v0.10.2
01 Jan 02:20
Compare
Sorry, something went wrong.
No results found
Fix bug in GradientBuilder.Css()
colorgrad v0.10.1
30 Dec 00:29
Compare
Sorry, something went wrong.
No results found
Added GradientBuilder.Css() for parsing CSS gradient format. Example: "red, gold, purple 50%, #ff0".
Using uint32 to store preset colors.
v0.10.0
19 Aug 15:30
Compare
Sorry, something went wrong.
No results found
Add support for color transparency
Remove sub module scheme
Various bug fixes and improvements
Full Changelog : v0.9.1...v0.10.0
v0.9.1
16 Oct 15:08
Compare
Sorry, something went wrong.
No results found
v0.9.0
19 Jun 13:40
Compare
Sorry, something went wrong.
No results found
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
25 Feb 16:13
Compare
Sorry, something went wrong.
No results found
Preset gradients is now interpolated using uniform B-splines.
v0.8.0
05 Feb 15:04
Compare
Sorry, something went wrong.
No results found
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
30 Dec 13:23
Compare
Sorry, something went wrong.
No results found
Add more new preset gradients
Gradient is now a struct not interface