.TH "caca_attr" 3caca "Sat Apr 6 2019" "Version 0.99.beta19" "libcaca" \" -*- nroff -*- .ad l .nh .SH NAME caca_attr .SH SYNOPSIS .br .PP .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBcaca_color\fP { \fBCACA_BLACK\fP = 0x00, \fBCACA_BLUE\fP = 0x01, \fBCACA_GREEN\fP = 0x02, \fBCACA_CYAN\fP = 0x03, \fBCACA_RED\fP = 0x04, \fBCACA_MAGENTA\fP = 0x05, \fBCACA_BROWN\fP = 0x06, \fBCACA_LIGHTGRAY\fP = 0x07, \fBCACA_DARKGRAY\fP = 0x08, \fBCACA_LIGHTBLUE\fP = 0x09, \fBCACA_LIGHTGREEN\fP = 0x0a, \fBCACA_LIGHTCYAN\fP = 0x0b, \fBCACA_LIGHTRED\fP = 0x0c, \fBCACA_LIGHTMAGENTA\fP = 0x0d, \fBCACA_YELLOW\fP = 0x0e, \fBCACA_WHITE\fP = 0x0f, \fBCACA_DEFAULT\fP = 0x10, \fBCACA_TRANSPARENT\fP = 0x20 }" .br .ti -1c .RI "enum \fBcaca_style\fP { \fBCACA_BOLD\fP = 0x01, \fBCACA_ITALICS\fP = 0x02, \fBCACA_UNDERLINE\fP = 0x04, \fBCACA_BLINK\fP = 0x08 }" .br .in -1c .SH "Detailed Description" .PP Colours and styles that can be used with \fBcaca_set_attr()\fP\&. .SH "Enumeration Type Documentation" .PP .SS "enum \fBcaca_color\fP" \fIlibcaca\fP colour keyword .PP \fBEnumerator\fP .in +1c .TP \fB\fICACA_BLACK \fP\fP The colour index for black\&. .TP \fB\fICACA_BLUE \fP\fP The colour index for blue\&. .TP \fB\fICACA_GREEN \fP\fP The colour index for green\&. .TP \fB\fICACA_CYAN \fP\fP The colour index for cyan\&. .TP \fB\fICACA_RED \fP\fP The colour index for red\&. .TP \fB\fICACA_MAGENTA \fP\fP The colour index for magenta\&. .TP \fB\fICACA_BROWN \fP\fP The colour index for brown\&. .TP \fB\fICACA_LIGHTGRAY \fP\fP The colour index for light gray\&. .TP \fB\fICACA_DARKGRAY \fP\fP The colour index for dark gray\&. .TP \fB\fICACA_LIGHTBLUE \fP\fP The colour index for blue\&. .TP \fB\fICACA_LIGHTGREEN \fP\fP The colour index for light green\&. .TP \fB\fICACA_LIGHTCYAN \fP\fP The colour index for light cyan\&. .TP \fB\fICACA_LIGHTRED \fP\fP The colour index for light red\&. .TP \fB\fICACA_LIGHTMAGENTA \fP\fP The colour index for light magenta\&. .TP \fB\fICACA_YELLOW \fP\fP The colour index for yellow\&. .TP \fB\fICACA_WHITE \fP\fP The colour index for white\&. .TP \fB\fICACA_DEFAULT \fP\fP The output driver's default colour\&. .TP \fB\fICACA_TRANSPARENT \fP\fP The transparent colour\&. .SS "enum \fBcaca_style\fP" \fIlibcaca\fP style keyword .PP \fBEnumerator\fP .in +1c .TP \fB\fICACA_BOLD \fP\fP The style mask for bold\&. .TP \fB\fICACA_ITALICS \fP\fP The style mask for italics\&. .TP \fB\fICACA_UNDERLINE \fP\fP The style mask for underline\&. .TP \fB\fICACA_BLINK \fP\fP The style mask for blink\&. .SH "Author" .PP Generated automatically by Doxygen for libcaca from the source code\&.