Versions in this module Expand all Collapse all v1 v1.0.0 Jan 2, 2021 Changes in this version + type Color struct + Names []string + type Nearest struct + Color Color + RGBDistance RGBDistance + func NearestColor(c color.Color) *Nearest + type Palette []Color + func (p Palette) Load() + type RGBDistance struct + B int16 + G int16 + R int16