color

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Off = color.RGBA{R: 0x00, G: 0x00, B: 0x00, A: 0x00}

	White = color.RGBA{R: 0x20, G: 0x20, B: 0x20, A: 0x00}
	Black = color.RGBA{R: 0x00, G: 0x00, B: 0x00, A: 0x00}
	Red   = color.RGBA{R: 0xFF, G: 0x00, B: 0x00, A: 0x00}
	Green = color.RGBA{R: 0x00, G: 0xFF, B: 0x00, A: 0x00}
	Blue  = color.RGBA{R: 0x00, G: 0x00, B: 0xFF, A: 0x00}
)

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