Skip to content

Commit

Permalink
change TrianglesColor.Color return type to NRGBA
Browse files Browse the repository at this point in the history
  • Loading branch information
faiface committed Jan 13, 2017
1 parent c8627e1 commit 906c324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type TrianglesPosition interface {
// Default value for a color is the white color.
type TrianglesColor interface {
Triangles
Color(i int) color.Color
Color(i int) NRGBA
}

// TrianglesTexture specifies Triangles with Texture propery.
Expand Down

0 comments on commit 906c324

Please sign in to comment.