Type Definition retroimg::color::Vga16Bit[][src]

type Vga16Bit = MappingColorDepth<Vga16BitMapper>;

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

Implementations

impl Vga16Bit[src]

pub fn new() -> Self[src]