imagequant/Color.go

6 lines
60 B
Go
Raw Normal View History

package imagequant
type Color struct {
r, g, b, a uint8
}