gcolor

package
v0.0.0-...-f3abbe6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Color

type Color string
const (
	Black                Color = "#000000"
	Silver               Color = "#c0c0c0"
	Gray                 Color = "#808080"
	White                Color = "#ffffff"
	Maroon               Color = "#800000"
	Red                  Color = "#ff0000"
	Purple               Color = "#800080"
	Fuchsia              Color = "#ff00ff"
	Green                Color = "#008000"
	Lime                 Color = "#00ff00"
	Olive                Color = "#808000"
	Yellow               Color = "#ffff00"
	Navy                 Color = "#000080"
	Blue                 Color = "#0000ff"
	Teal                 Color = "#008080"
	Aqua                 Color = "#00ffff"
	Antiquewhite         Color = "#faebd7"
	Aquamarine           Color = "#7fffd4"
	Azure                Color = "#f0ffff"
	Beige                Color = "#f5f5dc"
	Bisque               Color = "#ffe4c4"
	Blanchedalmond       Color = "#ffebcd"
	Blueviolet           Color = "#8a2be2"
	Brown                Color = "#a52a2a"
	Burlywood            Color = "#deb887"
	Cadetblue            Color = "#5f9ea0"
	Chartreuse           Color = "#7fff00"
	Chocolate            Color = "#d2691e"
	Coral                Color = "#ff7f50"
	Cornflowerblue       Color = "#6495ed"
	Cornsilk             Color = "#fff8dc"
	Crimson              Color = "#dc143c"
	Cyan                 Color = "#00ffff"
	Darkblue             Color = "#00008b"
	Darkcyan             Color = "#008b8b"
	Darkgoldenrod        Color = "#b8860b"
	Darkgray             Color = "#a9a9a9"
	Darkgreen            Color = "#006400"
	Darkgrey             Color = "#a9a9a9"
	Darkkhaki            Color = "#bdb76b"
	Darkmagenta          Color = "#8b008b"
	Darkolivegreen       Color = "#556b2f"
	Darkorange           Color = "#ff8c00"
	Darkorchid           Color = "#9932cc"
	Darkred              Color = "#8b0000"
	Darksalmon           Color = "#e9967a"
	Darkseagreen         Color = "#8fbc8f"
	Darkslateblue        Color = "#483d8b"
	Darkslategray        Color = "#2f4f4f"
	Darkslategrey        Color = "#2f4f4f"
	Darkturquoise        Color = "#00ced1"
	Darkviolet           Color = "#9400d3"
	Deeppink             Color = "#ff1493"
	Deepskyblue          Color = "#00bfff"
	Dimgray              Color = "#696969"
	Dimgrey              Color = "#696969"
	Dodgerblue           Color = "#1e90ff"
	Firebrick            Color = "#b22222"
	Floralwhite          Color = "#fffaf0"
	Forestgreen          Color = "#228b22"
	Gainsboro            Color = "#dcdcdc"
	Ghostwhite           Color = "#f8f8ff"
	Gold                 Color = "#ffd700"
	Goldenrod            Color = "#daa520"
	Greenyellow          Color = "#adff2f"
	Grey                 Color = "#808080"
	Honeydew             Color = "#f0fff0"
	Hotpink              Color = "#ff69b4"
	Indianred            Color = "#cd5c5c"
	Indigo               Color = "#4b0082"
	Ivory                Color = "#fffff0"
	Khaki                Color = "#f0e68c"
	Lavender             Color = "#e6e6fa"
	Lavenderblush        Color = "#fff0f5"
	Lawngreen            Color = "#7cfc00"
	Lemonchiffon         Color = "#fffacd"
	Lightblue            Color = "#add8e6"
	Lightcoral           Color = "#f08080"
	Lightcyan            Color = "#e0ffff"
	Lightgoldenrodyellow Color = "#fafad2"
	Lightgray            Color = "#d3d3d3"
	Lightgreen           Color = "#90ee90"
	Lightgrey            Color = "#d3d3d3"
	Lightpink            Color = "#ffb6c1"
	Lightsalmon          Color = "#ffa07a"
	Lightseagreen        Color = "#20b2aa"
	Lightskyblue         Color = "#87cefa"
	Lightslategray       Color = "#778899"
	Lightslategrey       Color = "#778899"
	Lightsteelblue       Color = "#b0c4de"
	Lightyellow          Color = "#ffffe0"
	Limegreen            Color = "#32cd32"
	Linen                Color = "#faf0e6"
	Magenta              Color = "#ff00ff"
	Mediumaquamarine     Color = "#66cdaa"
	Mediumblue           Color = "#0000cd"
	Mediumorchid         Color = "#ba55d3"
	Mediumpurple         Color = "#9370db"
	Mediumseagreen       Color = "#3cb371"
	Mediumslateblue      Color = "#7b68ee"
	Mediumspringgreen    Color = "#00fa9a"
	Mediumturquoise      Color = "#48d1cc"
	Mediumvioletred      Color = "#c71585"
	Midnightblue         Color = "#191970"
	Mintcream            Color = "#f5fffa"
	Mistyrose            Color = "#ffe4e1"
	Moccasin             Color = "#ffe4b5"
	Navajowhite          Color = "#ffdead"
	Oldlace              Color = "#fdf5e6"
	Olivedrab            Color = "#6b8e23"
	Orangered            Color = "#ff4500"
	Orchid               Color = "#da70d6"
	Palegoldenrod        Color = "#eee8aa"
	Palegreen            Color = "#98fb98"
	Paleturquoise        Color = "#afeeee"
	Palevioletred        Color = "#db7093"
	Papayawhip           Color = "#ffefd5"
	Peachpuff            Color = "#ffdab9"
	Peru                 Color = "#cd853f"
	Pink                 Color = "#ffc0cb"
	Plum                 Color = "#dda0dd"
	Powderblue           Color = "#b0e0e6"
	Rosybrown            Color = "#bc8f8f"
	Royalblue            Color = "#4169e1"
	Saddlebrown          Color = "#8b4513"
	Salmon               Color = "#fa8072"
	Sandybrown           Color = "#f4a460"
	Seagreen             Color = "#2e8b57"
	Seashell             Color = "#fff5ee"
	Sienna               Color = "#a0522d"
	Skyblue              Color = "#87ceeb"
	Slateblue            Color = "#6a5acd"
	Slategray            Color = "#708090"
	Slategrey            Color = "#708090"
	Snow                 Color = "#fffafa"
	Springgreen          Color = "#00ff7f"
	Steelblue            Color = "4682b4"
	Tan                  Color = "#d2b48c"
	Thistle              Color = "#d8bfd8"
	Tomato               Color = "#ff6347"
	Turquoise            Color = "#40e0d0"
	Violet               Color = "#ee82ee"
	Wheat                Color = "#f5deb3"
	Whitesmoke           Color = "#f5f5f5"
	Yellowgreen          Color = "#9acd32"
)

func RandomColor

func RandomColor() Color

func (Color) String

func (c Color) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL