package
Version:
v0.0.0-...-1f40f5c
Opens a new window with list of versions in this module.
Published: Sep 29, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Red = RGBA8{255, 0, 0, 255}
Green = RGBA8{0, 255, 0, 255}
Blue = RGBA8{0, 0, 255, 255}
Cyan = RGBA8{0, 255, 255, 255}
Magenta = RGBA8{255, 0, 255, 255}
Yellow = RGBA8{255, 255, 0, 255}
White = RGBA8{255, 255, 255, 255}
Black = RGBA8{0, 0, 0, 255}
None = RGBA8{0, 0, 0, 0}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.