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