proxy.golang.org : github.com/xyproto/crossfade : v1.1.0
Package crossfade implements blending mode functions between images, and some utility functions for image processing. The fundamental part of the library is the type BlendFunc, the function is applied to each pixel where the top layer (src) overlaps the bottom layer (dst) of both given 'image' interfaces. This library provides many of the widely used blending functions to be used either as 'mode' parameter to the Blend() primary function, or to be used individually providing two 'color' interfaces. You can implement your own blending modes and pass them into the Blend() function. This is the list of the currently implemented blending modes: Add, Color, Color Burn, Color Dodge, Darken, Darker Color, Difference, Divide, Exclusion, Hard Light, Hard Mix, Hue, Lighten, Lighter Color, Linear Burn, Linear Dodge, Linear Light, Luminosity, Multiply, Overlay, Phoenix, Pin Light, Reflex, Saturation, Screen, Soft Light, Substract, Vivid Light.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/xyproto/[email protected]
Published:
Indexed:
- github.com/biessek/golang-ico v0.0.0-20180326222316-d348d9ea4670
- github.com/chai2010/webp v1.1.1
- github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25
- github.com/lucasb-eyer/go-colorful v1.2.0
- github.com/peterhellberg/gfx v0.0.0-20230526095554-e6202e653d52
- github.com/xyproto/burnpal v0.0.0-20191014132200-bd9858647795
- github.com/xyproto/imagelib v1.0.2
- github.com/xyproto/palgen v1.5.0
- github.com/xyproto/xpm v1.3.0