Home
last modified time | relevance | path

Searched refs:GrayscaleWithWeights (Results 1 – 2 of 2) sorted by relevance

/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/effect/
H A Deffect.go33 return GrayscaleWithWeights(img, 0.3, 0.6, 0.1)
38 func GrayscaleWithWeights(img image.Image, r, g, b float64) *image.RGBA { func
H A Deffect_test.go240 actual := GrayscaleWithWeights(c.value, 0.5, 0.0, 0.5)