#color #color-palette #ansi-term #rgb #methods #extracting #containing

ega_palette

Represents EGA colors, a palette containing these colors, and methods of extracting RGB data from each color

2 releases

0.1.1 Jan 23, 2022
0.1.0 Jan 14, 2022

#1381 in Encoding


Used in codepage437

MIT license

24KB
447 lines

Pipe stdin to an MS-DOS emulated display with ANSI.SYS escape codes enabled. Also supports ansimusic.

Usage

In ansiterm/:

cat test.ans | cargo run

Build

In ansiterm/:

cargo build --release

video in action


lib.rs:

EGA Pallette

Represents EGA colors, a palette containing these colors, and methods of extracting RGB data from each color.

No runtime deps