Detailed Description

Colours and styles that can be used with caca_set_attr().

Enumeration Type Documentation

enum \fBcaca_color\fP

libcaca colour keyword

Enumerator

CACA_BLACK

The colour index for black.

CACA_BLUE

The colour index for blue.

CACA_GREEN

The colour index for green.

CACA_CYAN

The colour index for cyan.

CACA_RED

The colour index for red.

CACA_MAGENTA

The colour index for magenta.

CACA_BROWN

The colour index for brown.

CACA_LIGHTGRAY

The colour index for light gray.

CACA_DARKGRAY

The colour index for dark gray.

CACA_LIGHTBLUE

The colour index for blue.

CACA_LIGHTGREEN

The colour index for light green.

CACA_LIGHTCYAN

The colour index for light cyan.

CACA_LIGHTRED

The colour index for light red.

CACA_LIGHTMAGENTA

The colour index for light magenta.

CACA_YELLOW

The colour index for yellow.

CACA_WHITE

The colour index for white.

CACA_DEFAULT

The output driver's default colour.

CACA_TRANSPARENT

The transparent colour.

enum \fBcaca_style\fP

libcaca style keyword

Enumerator

CACA_BOLD

The style mask for bold.

CACA_ITALICS

The style mask for italics.

CACA_UNDERLINE

The style mask for underline.

CACA_BLINK

The style mask for blink.

Author

Generated automatically by Doxygen for libcaca from the source code.