mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-23 17:32:02 +01:00
doc: Fix comments
This commit is contained in:
parent
ce126fbcdd
commit
d2d19d0764
4
image.go
4
image.go
@ -25,8 +25,8 @@ import (
|
|||||||
"github.com/hajimehoshi/ebiten/internal/restorable"
|
"github.com/hajimehoshi/ebiten/internal/restorable"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Image represents an image.
|
// Image represents a rectangle set of pixels.
|
||||||
// The pixel format is alpha-premultiplied.
|
// The pixel format is alpha-premultiplied RGBA.
|
||||||
// Image implements image.Image.
|
// Image implements image.Image.
|
||||||
//
|
//
|
||||||
// Functions of Image never returns error as of 1.5.0-alpha, and error values are always nil.
|
// Functions of Image never returns error as of 1.5.0-alpha, and error values are always nil.
|
||||||
|
Loading…
Reference in New Issue
Block a user