A tiny drawing library. include line draw and bitmap-font draw.bitmap-font is from linux-kernel-source.

Embed: (wiki syntax)

« Back to documentation index

td_color_pair_s Struct Reference

td_color_pair_s Struct Reference

color type (foreground and background pair) More...

#include <tinydraw.h>

Data Fields

TD_COLOR_t fore
 foreground
TD_COLOR_t back
 background

Detailed Description

color type (foreground and background pair)

Definition at line 39 of file tinydraw.h.


Field Documentation

TD_COLOR_t back

background

Definition at line 41 of file tinydraw.h.

TD_COLOR_t fore

foreground

Definition at line 40 of file tinydraw.h.