Versions in this module Expand all Collapse all v0 v0.7.0 Aug 31, 2016 Changes in this version + func Hue(img image.Image, change int) *image.RGBA + func Saturation(img image.Image, change float64) *image.RGBA v0.6.0 Aug 29, 2016 v0.5.0 Aug 27, 2016 Changes in this version + func Apply(img image.Image, fn func(color.RGBA) color.RGBA) *image.RGBA + func Brightness(src image.Image, change float64) *image.RGBA + func Contrast(src image.Image, change float64) *image.RGBA + func Gamma(src image.Image, gamma float64) *image.RGBA