package
0.0.0-20230220224056-56b0efd6bad0
Repository: https://github.com/gomini/go-mips32.git
Documentation: pkg.go.dev

# Functions

Draw calls DrawMask with a nil mask.
DrawMask aligns r.Min in dst with sp in src and mp in mask and then replaces the rectangle r in dst with the result of a Porter-Duff composition.

# Constants

Over specifies ``(src in mask) over dst''.
Src specifies ``src in mask''.

# Variables

FloydSteinberg is a Drawer that is the Src Op with Floyd-Steinberg error diffusion.

# Interfaces

Drawer contains the Draw method.
Image is an image.Image with a Set method to change a single pixel.
Quantizer produces a palette for an image.

# Type aliases

Op is a Porter-Duff compositing operator.