mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
graphics: Fix comments
This commit is contained in:
parent
95485441f4
commit
f58a253631
1
image.go
1
image.go
@ -72,6 +72,7 @@ func (i *Image) Fill(clr color.Color) (err error) {
|
||||
// (i.e. the whole source image)
|
||||
// GeoM: Identity matrix
|
||||
// ColorM: Identity matrix (that changes no colors)
|
||||
// CompositeMode: CompositeModeSourceOver (regular alpha blending)
|
||||
//
|
||||
// Be careful that this method is potentially slow.
|
||||
// It would be better if you could call this method fewer times.
|
||||
|
Loading…
Reference in New Issue
Block a user