summaryrefslogtreecommitdiff
path: root/image.go
diff options
context:
space:
mode:
Diffstat (limited to 'image.go')
-rw-r--r--image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.go b/image.go
index d36a401..b710045 100644
--- a/image.go
+++ b/image.go
@@ -47,7 +47,7 @@ func (i *Image) Free() {
}
// Append adds the given image as a representation of the Image.
-func (i *Image) Append(img *image.NRGBA) {
+func (i *Image) Append(img *image.RGBA) {
cpix := C.CBytes(img.Pix)
defer C.free(cpix)
C.uiImageAppend(i.i, cpix,