Releases: Phrogz/context-blender
Releases · Phrogz/context-blender
v1.3.0
- 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
- Improve perf of
lighten
and darken
blend modes.
v1.2.0
- Add blend modes:
hardlight
, colordodge
, colorburn
, darken
, lighten
, exclusion
. Thanks gingerbeardman!
v1.1.1
- Improve result of
overlay
blend mode.
v1.1.0
- Added array
blendOnto.supportedBlendModes
for enumerating modes.
- Added object
blendOnto.supports
for testing if a mode is supported.
v1.0.0
- Initial working release.
- Supported blend modes:
normal
, screen
, multiply
, difference
, src-in
, add
- Known broken:
overlay
, dodge