Documentation ¶ Index ¶ func Test(p Palette) error type Palette Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Test ¶ func Test(p Palette) error Types ¶ type Palette ¶ type Palette interface { // Select returns 8bpc R,G,B values for a given byte value Select(b byte) rgb // Nearest returns the byte value corresponding to the approximate color Nearest(c color.Color) byte } Source Files ¶ View all Source files tester.go Click to show internal directories. Click to hide internal directories.