package
Version:
v0.0.0-...-9d4922b
Opens a new window with list of versions in this module.
Published: May 1, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ColorBackground = color.NRGBA{R: 0xc0, G: 0xc0, B: 0xc0, A: 0xff}
ColorRed = color.NRGBA{R: 0xc0, G: 0x40, B: 0x40, A: 0xff}
ColorGreen = color.NRGBA{R: 0x40, G: 0xc0, B: 0x40, A: 0xff}
ColorBlue = color.NRGBA{R: 0x40, G: 0x40, B: 0xc0, A: 0xff}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.