Type Definition retroimg::color::Vga16Bit

source · []
pub type Vga16Bit = MappingColorDepth<Vga16BitMapper>;
Expand description

VGA 16-bit color, also called High color mode in legacy systems (5 bits for red and blue channels, 6 bits for green)

Implementations