doc: Fix comments

This commit is contained in:
Hajime Hoshi 2017-07-23 05:46:32 +09:00
parent ce126fbcdd
commit d2d19d0764

View File

@ -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.