ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
rgb_error_t Struct Reference

RGB error structure for dithering. More...

#include <lib/video/ansi_fast.h>

Data Fields

int r
 
int g
 
int b
 

Detailed Description

RGB error structure for dithering.

Definition at line 234 of file ansi_fast.h.

Field Documentation

◆ b

int rgb_error_t::b

Blue error component

Definition at line 237 of file ansi_fast.h.

Referenced by rgb_to_16color_dithered().

◆ g

int rgb_error_t::g

Green error component

Definition at line 236 of file ansi_fast.h.

Referenced by rgb_to_16color_dithered().

◆ r

int rgb_error_t::r

Red error component

Definition at line 235 of file ansi_fast.h.

Referenced by rgb_to_16color_dithered().


The documentation for this struct was generated from the following file: