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

Interface TrianglesColor

interface.go:90–93  ·  view source on GitHub ↗

TrianglesColor specifies Triangles with Color property.

Source from the content-addressed store, hash-verified

88
89// TrianglesColor specifies Triangles with Color property.
90type TrianglesColor interface {
91 Triangles
92 Color(i int) RGBA
93}
94
95// TrianglesPicture specifies Triangles with Picture propery.
96//

Callers

nothing calls this directly

Implementers 6

GLFramepixelgl/glframe.go
Windowpixelgl/window.go
glPicturepixelgl/glpicture.go
GLTrianglespixelgl/gltriangles.go
Canvaspixelgl/canvas.go

Calls

no outgoing calls

Tested by

no test coverage detected