Back to Ratatui

Colors (RGB)

src/content/docs/examples/Style/colors_rgb.md

latest734 B
Original Source

Demonstrates the available RGB Color options. These can be used in any style field. Source main.rs. Uses a half block technique to render two square-ish pixels in the space of a single rectangular terminal cell.

shell
git clone https://github.com/ratatui/ratatui.git --branch latest
cd ratatui
cargo run -p colors-rgb
<!-- TODO update this to use the mov file -->

rust
{{ #include @code/examples/ratatui-examples/examples/colors_rgb.rs }}