Documentation
¶
Overview ¶
Package vga provides the VGA 256-color default palette, famously used in video mode 13h. See also https://en.wikipedia.org/wiki/Video_Graphics_Array#Color_palette
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPalette = []color.Color{}/* 256 elements not displayed */
DefaultPalette is the VGA 256-color default palette. It can be used as a color.Palette from the standard library, e.g to create an image.Paletted.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
demo
|
|
vga-palette-image
A little demo program that creates a PNG image of the VGA 256 color default palette.
|
A little demo program that creates a PNG image of the VGA 256 color default palette. |
Click to show internal directories.
Click to hide internal directories.