Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.h342 gretlRGB get_boxcolor (void);
H A Dplotspec.c1086 gretlRGB color = get_boxcolor(); in write_styles_from_plotspec()
H A Dgraphing.c861 gretlRGB get_boxcolor (void) in get_boxcolor() function
1224 print_rgb_hash(cstr, get_boxcolor()); in write_plot_line_styles()
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_dialog.c269 image = get_image_for_color(get_boxcolor()); in boxcolor_patch_button_reset()
291 rgb = (i == BOXINT)? get_boxcolor() : get_graph_color(i); in graph_color_selector()
322 image = get_image_for_color(get_boxcolor()); in boxcolor_patch_button()