mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
Update comment
This commit is contained in:
parent
f631653681
commit
b69c526613
3
image.go
3
image.go
@ -173,6 +173,9 @@ func (i *Image) Fill(clr color.Color) (err error) {
|
|||||||
// (i.e. the whole source image)
|
// (i.e. the whole source image)
|
||||||
// GeoM: Identity matrix
|
// GeoM: Identity matrix
|
||||||
// ColorM: Identity matrix (that changes no colors)
|
// ColorM: Identity matrix (that changes no colors)
|
||||||
|
//
|
||||||
|
// Be careful that this method is potentially slow.
|
||||||
|
// It would be better if you could call this method fewer times.
|
||||||
func (i *Image) DrawImage(image *Image, options *DrawImageOptions) (err error) {
|
func (i *Image) DrawImage(image *Image, options *DrawImageOptions) (err error) {
|
||||||
return i.drawImage(image.inner, options)
|
return i.drawImage(image.inner, options)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user