package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.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''.

# Interfaces

A draw.Image is an image.Image with a Set method to change a single pixel.

# Type aliases

Op is a Porter-Duff compositing operator.