|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
RGB error structure for dithering. More...
#include <lib/video/ansi_fast.h>
Data Fields | |
| int | r |
| int | g |
| int | b |
RGB error structure for dithering.
Definition at line 234 of file ansi_fast.h.
| int rgb_error_t::b |
Blue error component
Definition at line 237 of file ansi_fast.h.
Referenced by rgb_to_16color_dithered().
| int rgb_error_t::g |
Green error component
Definition at line 236 of file ansi_fast.h.
Referenced by rgb_to_16color_dithered().
| int rgb_error_t::r |
Red error component
Definition at line 235 of file ansi_fast.h.
Referenced by rgb_to_16color_dithered().