Documentation ¶
Overview ¶
Code generated by gentable.go. DO NOT EDIT.
Index ¶
- Variables
- func NRGBA(ctx context.Context, dest *image.NRGBA, src *image.NRGBA) error
- func NRGBAFast(ctx context.Context, dest *image.NRGBA, src *image.NRGBA) error
- func NRGBAGamma(ctx context.Context, dest *image.NRGBA, src *image.NRGBA, gamma float64) error
- func RGBA(ctx context.Context, dest *image.RGBA, src *image.RGBA) error
- func RGBAFast(ctx context.Context, dest *image.RGBA, src *image.RGBA) error
- func RGBAGamma(ctx context.Context, dest *image.RGBA, src *image.RGBA, gamma float64) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAborted = errors.New("downscale: aborted")
Functions ¶
func NRGBAGamma ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.