NamedColor
Table of contents
Structure which relate color value with its name
type NamedColor struct {
Color Color
Name string
}
Member | Type | Description |
---|---|---|
Color | Color |
Color value |
Name | string |
Name of the color |
Related global functions
func NamedColors() []NamedColor
Returns the list of named colors