fix spelling in doc
This commit is contained in:
parent
9238e701a7
commit
bb7b98eda8
2
color.go
2
color.go
|
@ -2,7 +2,7 @@ package pixel
|
||||||
|
|
||||||
import "image/color"
|
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.
|
// The difference between color.RGBA is that the value range is [0, 1] and the values are floats.
|
||||||
type RGBA struct {
|
type RGBA struct {
|
||||||
|
|
Loading…
Reference in New Issue