Lines Matching refs:VTermColor
180 } VTermColor; typedef
185 void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, uint8_t blue);
191 void vterm_color_indexed(VTermColor *col, uint8_t idx);
196 int vterm_color_is_equal(const VTermColor *a, const VTermColor *b);
219 VTermColor color;
437 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de…
438 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col);
439 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *…
440 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col);
458 void vterm_state_convert_color_to_rgb(const VTermState *state, VTermColor *col);
489 VTermColor fg, bg;
574 void vterm_screen_convert_color_to_rgb(const VTermScreen *screen, VTermColor *col);