Lines Matching refs:VTermColor
169 } VTermColor; typedef
174 static inline void vterm_color_rgb(VTermColor *col, uint8_t red, uint8_t green, in vterm_color_rgb()
187 static inline void vterm_color_indexed(VTermColor *col, uint8_t idx) in vterm_color_indexed()
196 int vterm_color_is_equal(const VTermColor *a, const VTermColor *b);
212 VTermColor color;
375 void vterm_state_get_default_colors(const VTermState *state, VTermColor *default_fg, VTermColor *de…
376 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col);
377 …vterm_state_set_default_colors(VTermState *state, const VTermColor *default_fg, const VTermColor *…
378 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col);
396 void vterm_state_convert_color_to_rgb(const VTermState *state, VTermColor *col);
419 VTermColor fg, bg;
486 void vterm_screen_convert_color_to_rgb(const VTermScreen *screen, VTermColor *col);