Skip to content

Commit

Permalink
fix PictureColor
Browse files Browse the repository at this point in the history
  • Loading branch information
faiface committed Feb 24, 2017
1 parent f7a5285 commit 095fec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ type TargetPicture interface {
//
// Positions outside the Picture's Bounds must return opaque white (NRGBA{R: 1, G: 1, B:1, A: 1}).
type PictureColor interface {
Picture
Color(at Vec) NRGBA
}

0 comments on commit 095fec8

Please sign in to comment.