mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: update documents
This commit is contained in:
parent
acf05b8d2b
commit
140c1ea6c9
3
image.go
3
image.go
@ -405,7 +405,8 @@ const MaxIndicesNum = graphics.IndicesCount
|
||||
// and adjust the color elements in the vertices. For an actual implementation,
|
||||
// see the example 'vector'.
|
||||
//
|
||||
// Vertex contains color values, which are interpreted as straight-alpha colors.
|
||||
// Vertex contains color values, which are interpreted as straight-alpha colors by default.
|
||||
// This depends on the option's ColorScaleMode.
|
||||
//
|
||||
// If len(indices) is not multiple of 3, DrawTriangles panics.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user