fmcolor

package
v0.0.0-...-71a6408 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Dark = symbolicColor{
		Primary:   &color.RGBA{R: 0x0d, G: 0X47, B: 0xa1, A: 255},
		Secondary: &color.RGBA{R: 0x99, G: 0X33, B: 0xCC, A: 255},
		Success:   &color.RGBA{R: 0x00, G: 0X7E, B: 0x33, A: 255},
		Info:      &color.RGBA{R: 0x00, G: 0X99, B: 0xCC, A: 255},
		Warning:   &color.RGBA{R: 0xFF, G: 0X88, B: 0x00, A: 255},
		Danger:    &color.RGBA{R: 0xCC, G: 0X00, B: 0x00, A: 255},
	}
	Light = symbolicColor{
		Primary:   &color.RGBA{R: 0x42, G: 0x85, B: 0xF4, A: 255},
		Secondary: &color.RGBA{R: 0xaa, G: 0x66, B: 0xcc, A: 255},
		Success:   &color.RGBA{R: 0x00, G: 0xC8, B: 0x51, A: 255},
		Info:      &color.RGBA{R: 0x33, G: 0xb5, B: 0xe5, A: 255},
		Warning:   &color.RGBA{R: 0xff, G: 0xbb, B: 0x33, A: 255},
		Danger:    &color.RGBA{R: 0xff, G: 0x44, B: 0x44, A: 255},
	}
	Normal = fmColor{
			// contains filtered or unexported fields
	}
)

Functions

func GetColorWithAlpha

func GetColorWithAlpha(cor *color.RGBA, a uint8) *color.RGBA

Types

This section is empty.

Jump to

Keyboard shortcuts

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