Skip to content

Releases: mazznoer/colorgrad

colorgrad v0.11.1

16 Jan 08:47

Choose a tag to compare

  • Fix bug in Lab conversion

colorgrad v0.11.0

07 Jan 07:54

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fix bug in GradientBuilder.Css()

colorgrad v0.10.1

30 Dec 00:29

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • Performance improvements

v0.9.0

19 Jun 13:40

Choose a tag to compare

  • 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

Choose a tag to compare

  • Preset gradients is now interpolated using uniform B-splines.

v0.8.0

05 Feb 15:04

Choose a tag to compare

  • 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

Choose a tag to compare

  • Add more new preset gradients
  • Gradient is now a struct not interface