Home
last modified time | relevance | path

Searched refs:print_rgb_hash (Results 1 – 4 of 4) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h334 void print_rgb_hash (char *s, gretlRGB color);
H A Dplotspec.c1075 print_rgb_hash(cstr, color); in print_linestyle()
1088 print_rgb_hash(cstr, color); in write_styles_from_plotspec()
2219 print_rgb_hash(cstr, get_shadecolor()); in print_bars_header()
2241 print_rgb_hash(cstr, get_shadecolor()); in print_filledcurve_color()
H A Dgraphing.c879 void print_rgb_hash (char *s, gretlRGB color) in print_rgb_hash() function
1215 print_rgb_hash(cstr, user_color[i]); in write_plot_line_styles()
1220 print_rgb_hash(cstr, user_color[i+1]); in write_plot_line_styles()
1224 print_rgb_hash(cstr, get_boxcolor()); in write_plot_line_styles()
5758 print_rgb_hash(cstr, get_shadecolor()); in print_filledcurve_line()
5781 print_rgb_hash(cstr, get_shadecolor()); in print_pm_filledcurve_line()
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_dialog.c201 print_rgb_hash(colstr, color); in get_image_for_color()
292 print_rgb_hash(colstr, rgb); in graph_color_selector()
410 print_rgb_hash(spec->lines[i].rgb, *prgb); in apply_line_color()