package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 23, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
White = color.RGBA{R: 255, G: 255, B: 255, A: 255}
Black = color.RGBA{R: 0, G: 0, B: 0, A: 255}
Red = color.RGBA{R: 255, G: 0, B: 0, A: 255}
Purple = color.RGBA{R: 13, G: 7, B: 95, A: 255}
Pink = color.RGBA{R: 255, G: 0, B: 44, A: 255}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.