mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
ebiten: update documents
This commit is contained in:
parent
c7214ef6fb
commit
2a5a0a8895
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,
|
// and adjust the color elements in the vertices. For an actual implementation,
|
||||||
// see the example 'vector'.
|
// 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.
|
// If len(indices) is not multiple of 3, DrawTriangles panics.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user