Home
last modified time | relevance | path

Searched refs:ALPHA_BG (Results 1 – 3 of 3) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_cons.h111 enum { ALPHA_RESET = 0x00, ALPHA_FG = 0x01, ALPHA_BG = 0x02, ALPHA_FGBG = 0x03 }; enumerator
615 #define RColor_BGBLACK RCOLOR(ALPHA_BG, 12, 12, 12, 0x00, 0x00, 0x00, 0)
617 #define RColor_BGRED RCOLOR(ALPHA_BG, 197, 15, 31, 0x00, 0x00, 0x00, 1)
619 #define RColor_BGWHITE RCOLOR(ALPHA_BG, 204, 204, 204, 0x00, 0x00, 0x00, 7)
621 #define RColor_BGGREEN RCOLOR(ALPHA_BG, 19, 161, 14, 0x00, 0x00, 0x00, 2)
623 #define RColor_BGMAGENTA RCOLOR(ALPHA_BG, 136, 23, 152, 0x00, 0x00, 0x00, 5)
625 #define RColor_BGYELLOW RCOLOR(ALPHA_BG, 193, 156, 0, 0x00, 0x00, 0x00, 3)
627 #define RColor_BGCYAN RCOLOR(ALPHA_BG, 58, 150, 221, 0x00, 0x00, 0x00, 6)
629 #define RColor_BGBLUE RCOLOR(ALPHA_BG, 0, 55, 218, 0x00, 0x00, 0x00, 4)
631 #define RColor_BBGBLACK RCOLOR(ALPHA_BG, 118, 118, 118, 0x00, 0x00, 0x00, 8)
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dpal.c214 ctx->cpal.linehl = (RColor) RCOLOR (ALPHA_BG, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 4); in r_cons_pal_init()
216 ctx->cpal.linehl = (RColor) RCOLOR (ALPHA_BG, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 4); in r_cons_pal_init()
223 ctx->cpal.widget_bg = (RColor) RCOLOR (ALPHA_BG, 0x30, 0x30, 0x30, 0x00, 0x00, 0x00, 0); in r_cons_pal_init()
343 rcolor.a |= ALPHA_BG; in r_cons_pal_parse()
352 rcolor.a |= ALPHA_BG; in r_cons_pal_parse()
375 rcolor.a |= ALPHA_BG; in r_cons_pal_parse()
411 if (outcol->a == ALPHA_BG && !bgcolor) { in r_cons_pal_parse()
412 rcolor.a = ALPHA_BG; in r_cons_pal_parse()
H A Drgb.c213 ut8 fgbg = (a == ALPHA_BG)? 48: 38; // ANSI codes for Background/Foreground in r_cons_rgb_gen()
298 r_cons_rgb_gen (mode, outstr, sz, 0, ALPHA_BG, rcolor->r2, rcolor->g2, rcolor->b2, rcolor->id16); in r_cons_rgb_str_mode()