Searched refs:VTERM_COLOR_RGB (Results 1 – 3 of 3) sorted by relevance
94 VTERM_COLOR_RGB = 0x00, enumerator145 (((col)->type & VTERM_COLOR_TYPE_MASK) == VTERM_COLOR_RGB)
213 col->type = VTERM_COLOR_RGB; in vterm_color_rgb()
3893 rgb->type = VTERM_COLOR_RGB; in cterm_color2vterm()3936 fg->type = VTERM_COLOR_RGB | VTERM_COLOR_DEFAULT_FG; in get_vterm_color_from_synid()3947 bg->type = VTERM_COLOR_RGB | VTERM_COLOR_DEFAULT_BG; in get_vterm_color_from_synid()4051 fg->type = VTERM_COLOR_RGB | VTERM_COLOR_DEFAULT_FG; in init_default_colors()4052 bg->type = VTERM_COLOR_RGB | VTERM_COLOR_DEFAULT_BG; in init_default_colors()5130 type = VTERM_COLOR_RGB; in read_dump_file()