aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/image/colornames/colornames.go
blob: fa94d426afc2747874496870fc08bc2e2b0aa4da (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:generate go run gen.go

// Package colornames provides named colors as defined in the SVG 1.1 spec.
//
// See http://www.w3.org/TR/SVG/types.html#ColorKeywords
package colornames