Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HexReader ¶
type HexReader struct{}
HexReader reads palette from file containing RGB values in hex one color per line
type PaletteReader ¶
PaletteReader reads palette from file
type Processor ¶
type Processor interface { Convert(color color.Color) color.Color ConvertImage(image image.Image) image.Image }
Processor provides image processing methods
func NewKdTreeProcessor ¶
NewKdTreeProcessor initialized with palette
func NewNaiveProcessor ¶
NewNaiveProcessor initialized with palette
Click to show internal directories.
Click to hide internal directories.