1// Code generated by 'yaegi extract image/color/palette'. DO NOT EDIT.
2
3// +build go1.16,!go1.17
4
5package stdlib
6
7import (
8	"image/color/palette"
9	"reflect"
10)
11
12func init() {
13	Symbols["image/color/palette/palette"] = map[string]reflect.Value{
14		// function, constant and variable definitions
15		"Plan9":   reflect.ValueOf(&palette.Plan9).Elem(),
16		"WebSafe": reflect.ValueOf(&palette.WebSafe).Elem(),
17	}
18}
19