func image/color.ModelFunc
12 uses
image/color (current package)
color.go#L147: func ModelFunc(f func(Color) Color) Model {
color.go#L166: RGBAModel Model = ModelFunc(rgbaModel)
color.go#L167: RGBA64Model Model = ModelFunc(rgba64Model)
color.go#L168: NRGBAModel Model = ModelFunc(nrgbaModel)
color.go#L169: NRGBA64Model Model = ModelFunc(nrgba64Model)
color.go#L170: AlphaModel Model = ModelFunc(alphaModel)
color.go#L171: Alpha16Model Model = ModelFunc(alpha16Model)
color.go#L172: GrayModel Model = ModelFunc(grayModel)
color.go#L173: Gray16Model Model = ModelFunc(gray16Model)
ycbcr.go#L229: var YCbCrModel Model = ModelFunc(yCbCrModel)
ycbcr.go#L292: var NYCbCrAModel Model = ModelFunc(nYCbCrAModel)
ycbcr.go#L364: var CMYKModel Model = ModelFunc(cmykModel)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |