type image.Paletted

14 uses

	image (current package)
		image.go#L964: type Paletted struct {
		image.go#L976: func (p *Paletted) ColorModel() color.Model { return p.Palette }
		image.go#L978: func (p *Paletted) Bounds() Rectangle { return p.Rect }
		image.go#L980: func (p *Paletted) At(x, y int) color.Color {
		image.go#L993: func (p *Paletted) PixOffset(x, y int) int {
		image.go#L997: func (p *Paletted) Set(x, y int, c color.Color) {
		image.go#L1005: func (p *Paletted) ColorIndexAt(x, y int) uint8 {
		image.go#L1013: func (p *Paletted) SetColorIndex(x, y int, index uint8) {
		image.go#L1023: func (p *Paletted) SubImage(r Rectangle) Image {
		image.go#L1029: 		return &Paletted{
		image.go#L1034: 	return &Paletted{
		image.go#L1043: func (p *Paletted) Opaque() bool {
		image.go#L1067: func NewPaletted(r Rectangle, p color.Palette) *Paletted {
		image.go#L1068: 	return &Paletted{