mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 14:34:26 +01:00
graphics: Fix a comment
This commit is contained in:
parent
65f1f50ce1
commit
66e78922f8
3
image.go
3
image.go
@ -170,8 +170,7 @@ func (i *Image) Fill(clr color.Color) error {
|
||||
// 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.
|
||||
// Note that this function returns immediately and actual drawing is done lazily.
|
||||
//
|
||||
// This function is concurrent-safe.
|
||||
func (i *Image) DrawImage(image *Image, options *DrawImageOptions) error {
|
||||
|
Loading…
Reference in New Issue
Block a user