Skip to content

Releases: Phrogz/context-blender

v1.3.0

13 Nov 07:30

Choose a tag to compare

  • Release as a Node.js module.
  • Add blend modes: softlight, luminosity, color, hue, saturation, lightercolor, darkercolor.
  • Greatly improve the accuracy of many blend modes.

Great thanks to Pixelero for amazing contributions!

v1.2.1

13 Nov 07:30

Choose a tag to compare

  • Improve perf of lighten and darken blend modes.

v1.2.0

13 Nov 07:29

Choose a tag to compare

  • Add blend modes: hardlight, colordodge, colorburn, darken, lighten, exclusion. Thanks gingerbeardman!

v1.1.1

13 Nov 06:39

Choose a tag to compare

  • Improve result of overlay blend mode.

v1.1.0

13 Nov 06:35

Choose a tag to compare

  • Added array blendOnto.supportedBlendModes for enumerating modes.
  • Added object blendOnto.supports for testing if a mode is supported.

v1.0.0

13 Nov 06:35

Choose a tag to compare

  • Initial working release.
  • Supported blend modes: normal, screen, multiply, difference, src-in, add
  • Known broken: overlay, dodge