mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
ebiten: add a type name
This commit is contained in:
parent
3bb21282af
commit
d08c1dbf8d
2
image.go
2
image.go
@ -322,7 +322,7 @@ type DrawTrianglesOptions struct {
|
|||||||
|
|
||||||
// ColorScaleFormat is the format of color scales in vertices.
|
// ColorScaleFormat is the format of color scales in vertices.
|
||||||
// The default (zero) value is ColorScaleFormatStraightAlpha.
|
// The default (zero) value is ColorScaleFormatStraightAlpha.
|
||||||
ColorScaleFormat
|
ColorScaleFormat ColorScaleFormat
|
||||||
|
|
||||||
// CompositeMode is a composite mode to draw.
|
// CompositeMode is a composite mode to draw.
|
||||||
// The default (zero) value is regular alpha blending.
|
// The default (zero) value is regular alpha blending.
|
||||||
|
Loading…
Reference in New Issue
Block a user