fabd.fab

D wrappers for the C functions

Members

Enums

Color
enum Color

Wrap a color or special effect

Functions

apply_color
char* apply_color(Color c, const(char)* line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
background_256
char* background_256(rgb_t color, const(char)* line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
foreground_256
char* foreground_256(rgb_t color, const(char)* line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
highlight_256
char* highlight_256(rgb_t color, const(char)* line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
image_to_string
char* image_to_string(const(xcolor_image_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
image_to_xterm
xcolor_image_t* image_to_xterm(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcolor_image_free
void xcolor_image_free(xcolor_image_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xterm_to_rgb_i
int xterm_to_rgb_i(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

rgb_t
struct rgb_t

Wrap an RGB color value

xcolor_image_t
struct xcolor_image_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Matthew Soucy, msoucy@csh.rit.edu

License

Subject to the terms of the MIT license, as written in the included LICENSE file.