opencolor

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Gray0   = color.RGBA{0xf8, 0xf9, 0xfa, 0xff}
	Gray1   = color.RGBA{0xf1, 0xf3, 0xf5, 0xff}
	Gray2   = color.RGBA{0xe9, 0xec, 0xef, 0xff}
	Gray3   = color.RGBA{0xde, 0xe2, 0xe6, 0xff}
	Gray4   = color.RGBA{0xce, 0xd4, 0xda, 0xff}
	Gray5   = color.RGBA{0xad, 0xb5, 0xbd, 0xff}
	Gray6   = color.RGBA{0x86, 0x8e, 0x96, 0xff}
	Gray7   = color.RGBA{0x49, 0x50, 0x57, 0xff}
	Gray8   = color.RGBA{0x34, 0x3a, 0x40, 0xff}
	Gray9   = color.RGBA{0x21, 0x25, 0x29, 0xff}
	Red0    = color.RGBA{0xff, 0xf5, 0xf5, 0xff}
	Red1    = color.RGBA{0xff, 0xe3, 0xe3, 0xff}
	Red2    = color.RGBA{0xff, 0xc9, 0xc9, 0xff}
	Red3    = color.RGBA{0xff, 0xa8, 0xa8, 0xff}
	Red4    = color.RGBA{0xff, 0x87, 0x87, 0xff}
	Red5    = color.RGBA{0xff, 0x6b, 0x6b, 0xff}
	Red6    = color.RGBA{0xfa, 0x52, 0x52, 0xff}
	Red7    = color.RGBA{0xf0, 0x3e, 0x3e, 0xff}
	Red8    = color.RGBA{0xe0, 0x31, 0x31, 0xff}
	Red9    = color.RGBA{0xc9, 0x2a, 0x2a, 0xff}
	Pink0   = color.RGBA{0xff, 0xf0, 0xf6, 0xff}
	Pink1   = color.RGBA{0xff, 0xde, 0xeb, 0xff}
	Pink2   = color.RGBA{0xfc, 0xc2, 0xd7, 0xff}
	Pink3   = color.RGBA{0xfa, 0xa2, 0xc1, 0xff}
	Pink4   = color.RGBA{0xf7, 0x83, 0xac, 0xff}
	Pink5   = color.RGBA{0xf0, 0x65, 0x95, 0xff}
	Pink6   = color.RGBA{0xe6, 0x49, 0x80, 0xff}
	Pink7   = color.RGBA{0xd6, 0x33, 0x6c, 0xff}
	Pink8   = color.RGBA{0xc2, 0x25, 0x5c, 0xff}
	Pink9   = color.RGBA{0xa6, 0x1e, 0x4d, 0xff}
	Grape0  = color.RGBA{0xf8, 0xf0, 0xfc, 0xff}
	Grape1  = color.RGBA{0xf3, 0xd9, 0xfa, 0xff}
	Grape2  = color.RGBA{0xee, 0xbe, 0xfa, 0xff}
	Grape3  = color.RGBA{0xe5, 0x99, 0xf7, 0xff}
	Grape4  = color.RGBA{0xda, 0x77, 0xf2, 0xff}
	Grape5  = color.RGBA{0xcc, 0x5d, 0xe8, 0xff}
	Grape6  = color.RGBA{0xbe, 0x4b, 0xdb, 0xff}
	Grape7  = color.RGBA{0xae, 0x3e, 0xc9, 0xff}
	Grape8  = color.RGBA{0x9c, 0x36, 0xb5, 0xff}
	Grape9  = color.RGBA{0x86, 0x2e, 0x9c, 0xff}
	Violet0 = color.RGBA{0xf3, 0xf0, 0xff, 0xff}
	Violet1 = color.RGBA{0xe5, 0xdb, 0xff, 0xff}
	Violet2 = color.RGBA{0xd0, 0xbf, 0xff, 0xff}
	Violet3 = color.RGBA{0xb1, 0x97, 0xfc, 0xff}
	Violet4 = color.RGBA{0x97, 0x75, 0xfa, 0xff}
	Violet5 = color.RGBA{0x84, 0x5e, 0xf7, 0xff}
	Violet6 = color.RGBA{0x79, 0x50, 0xf2, 0xff}
	Violet7 = color.RGBA{0x70, 0x48, 0xe8, 0xff}
	Violet8 = color.RGBA{0x67, 0x41, 0xd9, 0xff}
	Violet9 = color.RGBA{0x5f, 0x3d, 0xc4, 0xff}
	Indigo0 = color.RGBA{0xed, 0xf2, 0xff, 0xff}
	Indigo1 = color.RGBA{0xdb, 0xe4, 0xff, 0xff}
	Indigo2 = color.RGBA{0xba, 0xc8, 0xff, 0xff}
	Indigo3 = color.RGBA{0x91, 0xa7, 0xff, 0xff}
	Indigo4 = color.RGBA{0x74, 0x8f, 0xfc, 0xff}
	Indigo5 = color.RGBA{0x5c, 0x7c, 0xfa, 0xff}
	Indigo6 = color.RGBA{0x4c, 0x6e, 0xf5, 0xff}
	Indigo7 = color.RGBA{0x42, 0x63, 0xeb, 0xff}
	Indigo8 = color.RGBA{0x3b, 0x5b, 0xdb, 0xff}
	Indigo9 = color.RGBA{0x36, 0x4f, 0xc7, 0xff}
	Blue0   = color.RGBA{0xe7, 0xf5, 0xff, 0xff}
	Blue1   = color.RGBA{0xd0, 0xeb, 0xff, 0xff}
	Blue2   = color.RGBA{0xa5, 0xd8, 0xff, 0xff}
	Blue3   = color.RGBA{0x74, 0xc0, 0xfc, 0xff}
	Blue4   = color.RGBA{0x4d, 0xab, 0xf7, 0xff}
	Blue5   = color.RGBA{0x33, 0x9a, 0xf0, 0xff}
	Blue6   = color.RGBA{0x22, 0x8b, 0xe6, 0xff}
	Blue7   = color.RGBA{0x1c, 0x7e, 0xd6, 0xff}
	Blue8   = color.RGBA{0x19, 0x71, 0xc2, 0xff}
	Blue9   = color.RGBA{0x18, 0x64, 0xab, 0xff}
	Cyan0   = color.RGBA{0xe3, 0xfa, 0xfc, 0xff}
	Cyan1   = color.RGBA{0xc5, 0xf6, 0xfa, 0xff}
	Cyan2   = color.RGBA{0x99, 0xe9, 0xf2, 0xff}
	Cyan3   = color.RGBA{0x66, 0xd9, 0xe8, 0xff}
	Cyan4   = color.RGBA{0x3b, 0xc9, 0xdb, 0xff}
	Cyan5   = color.RGBA{0x22, 0xb8, 0xcf, 0xff}
	Cyan6   = color.RGBA{0x15, 0xaa, 0xbf, 0xff}
	Cyan7   = color.RGBA{0x10, 0x98, 0xad, 0xff}
	Cyan8   = color.RGBA{0x0c, 0x85, 0x99, 0xff}
	Cyan9   = color.RGBA{0x0b, 0x72, 0x85, 0xff}
	Teal0   = color.RGBA{0xe6, 0xfc, 0xf5, 0xff}
	Teal1   = color.RGBA{0xc3, 0xfa, 0xe8, 0xff}
	Teal2   = color.RGBA{0x96, 0xf2, 0xd7, 0xff}
	Teal3   = color.RGBA{0x63, 0xe6, 0xbe, 0xff}
	Teal4   = color.RGBA{0x38, 0xd9, 0xa9, 0xff}
	Teal5   = color.RGBA{0x20, 0xc9, 0x97, 0xff}
	Teal6   = color.RGBA{0x12, 0xb8, 0x86, 0xff}
	Teal7   = color.RGBA{0x0c, 0xa6, 0x78, 0xff}
	Teal8   = color.RGBA{0x09, 0x92, 0x68, 0xff}
	Teal9   = color.RGBA{0x08, 0x7f, 0x5b, 0xff}
	Green0  = color.RGBA{0xeb, 0xfb, 0xee, 0xff}
	Green1  = color.RGBA{0xd3, 0xf9, 0xd8, 0xff}
	Green2  = color.RGBA{0xb2, 0xf2, 0xbb, 0xff}
	Green3  = color.RGBA{0x8c, 0xe9, 0x9a, 0xff}
	Green4  = color.RGBA{0x69, 0xdb, 0x7c, 0xff}
	Green5  = color.RGBA{0x51, 0xcf, 0x66, 0xff}
	Green6  = color.RGBA{0x40, 0xc0, 0x57, 0xff}
	Green7  = color.RGBA{0x37, 0xb2, 0x4d, 0xff}
	Green8  = color.RGBA{0x2f, 0x9e, 0x44, 0xff}
	Green9  = color.RGBA{0x2b, 0x8a, 0x3e, 0xff}
	Lime0   = color.RGBA{0xf4, 0xfc, 0xe3, 0xff}
	Lime1   = color.RGBA{0xe9, 0xfa, 0xc8, 0xff}
	Lime2   = color.RGBA{0xd8, 0xf5, 0xa2, 0xff}
	Lime3   = color.RGBA{0xc0, 0xeb, 0x75, 0xff}
	Lime4   = color.RGBA{0xa9, 0xe3, 0x4b, 0xff}
	Lime5   = color.RGBA{0x94, 0xd8, 0x2d, 0xff}
	Lime6   = color.RGBA{0x82, 0xc9, 0x1e, 0xff}
	Lime7   = color.RGBA{0x74, 0xb8, 0x16, 0xff}
	Lime8   = color.RGBA{0x66, 0xa8, 0x0f, 0xff}
	Lime9   = color.RGBA{0x5c, 0x94, 0x0d, 0xff}
	Yellow0 = color.RGBA{0xff, 0xf9, 0xdb, 0xff}
	Yellow1 = color.RGBA{0xff, 0xf3, 0xbf, 0xff}
	Yellow2 = color.RGBA{0xff, 0xec, 0x99, 0xff}
	Yellow3 = color.RGBA{0xff, 0xe0, 0x66, 0xff}
	Yellow4 = color.RGBA{0xff, 0xd4, 0x3b, 0xff}
	Yellow5 = color.RGBA{0xfc, 0xc4, 0x19, 0xff}
	Yellow6 = color.RGBA{0xfa, 0xb0, 0x05, 0xff}
	Yellow7 = color.RGBA{0xf5, 0x9f, 0x00, 0xff}
	Yellow8 = color.RGBA{0xf0, 0x8c, 0x00, 0xff}
	Yellow9 = color.RGBA{0xe6, 0x77, 0x00, 0xff}
	Orange0 = color.RGBA{0xff, 0xf4, 0xe6, 0xff}
	Orange1 = color.RGBA{0xff, 0xe8, 0xcc, 0xff}
	Orange2 = color.RGBA{0xff, 0xd8, 0xa8, 0xff}
	Orange3 = color.RGBA{0xff, 0xc0, 0x78, 0xff}
	Orange4 = color.RGBA{0xff, 0xa9, 0x4d, 0xff}
	Orange5 = color.RGBA{0xff, 0x92, 0x2b, 0xff}
	Orange6 = color.RGBA{0xfd, 0x7e, 0x14, 0xff}
	Orange7 = color.RGBA{0xf7, 0x67, 0x07, 0xff}
	Orange8 = color.RGBA{0xe8, 0x59, 0x0c, 0xff}
	Orange9 = color.RGBA{0xd9, 0x48, 0x0f, 0xff}

	Grays   = []color.RGBA{Gray0, Gray1, Gray2, Gray3, Gray4, Gray5, Gray6, Gray7, Gray8, Gray9}
	Reds    = []color.RGBA{Red0, Red1, Red2, Red3, Red4, Red5, Red6, Red7, Red8, Red9}
	Pinks   = []color.RGBA{Pink0, Pink1, Pink2, Pink3, Pink4, Pink5, Pink6, Pink7, Pink8, Pink9}
	Grapes  = []color.RGBA{Grape0, Grape1, Grape2, Grape3, Grape4, Grape5, Grape6, Grape7, Grape8, Grape9}
	Violets = []color.RGBA{Violet0, Violet1, Violet2, Violet3, Violet4, Violet5, Violet6, Violet7, Violet8, Violet9}
	Indigos = []color.RGBA{Indigo0, Indigo1, Indigo2, Indigo3, Indigo4, Indigo5, Indigo6, Indigo7, Indigo8, Indigo9}
	Blues   = []color.RGBA{Blue0, Blue1, Blue2, Blue3, Blue4, Blue5, Blue6, Blue7, Blue8, Blue9}
	Cyans   = []color.RGBA{Cyan0, Cyan1, Cyan2, Cyan3, Cyan4, Cyan5, Cyan6, Cyan7, Cyan8, Cyan9}
	Teals   = []color.RGBA{Teal0, Teal1, Teal2, Teal3, Teal4, Teal5, Teal6, Teal7, Teal8, Teal9}
	Greens  = []color.RGBA{Green0, Green1, Green2, Green3, Green4, Green5, Green6, Green7, Green8, Green9}
	Limes   = []color.RGBA{Lime0, Lime1, Lime2, Lime3, Lime4, Lime5, Lime6, Lime7, Lime8, Lime9}
	Yellows = []color.RGBA{Yellow0, Yellow1, Yellow2, Yellow3, Yellow4, Yellow5, Yellow6, Yellow7, Yellow8, Yellow9}
	Oranges = []color.RGBA{Orange0, Orange1, Orange2, Orange3, Orange4, Orange5, Orange6, Orange7, Orange8, Orange9}

	All = combine(Grays, Reds, Pinks, Grapes, Violets, Indigos, Blues, Cyans, Teals, Greens, Limes, Yellows, Oranges)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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