MCPcopy Index your code
hub / github.com/faiface/pixel / ComposeTarget

Interface ComposeTarget

compose.go:6–11  ·  view source on GitHub ↗

ComposeTarget is a BasicTarget capable of Porter-Duff composition.

Source from the content-addressed store, hash-verified

4
5// ComposeTarget is a BasicTarget capable of Porter-Duff composition.
6type ComposeTarget interface {
7 BasicTarget
8
9 // SetComposeMethod sets a Porter-Duff composition method to be used.
10 SetComposeMethod(ComposeMethod)
11}
12
13// ComposeMethod is a Porter-Duff composition method.
14type ComposeMethod int

Callers 1

SetComposeMethodMethod · 0.65

Implementers 2

Windowpixelgl/window.go
Canvaspixelgl/canvas.go

Calls

no outgoing calls

Tested by

no test coverage detected