diff --git a/color.go b/color.go index 589d60d9fa475b0d657275b2947a41ce0d61a9e2..d14c6abba712504c17d37d2f3c8c4666fe72f114 100644 --- a/color.go +++ b/color.go @@ -2,7 +2,7 @@ package pixel import "image/color" -// RGBA represents a alpha-premultiplied RGBA color with components within range [0, 1]. +// RGBA represents an alpha-premultiplied RGBA color with components within range [0, 1]. // // The difference between color.RGBA is that the value range is [0, 1] and the values are floats. type RGBA struct {