|
GtkWidget * | create_css_color_bar (colormap *map) |
| create the custom color map visualization widget
|
|
void | init_map_range (colormap *map, int pts) |
| initialize custom color map
|
|
colormap * | allocate_color_map (int pts, project *this_proj) |
| allocate custom color map data
|
|
gboolean | setup_custom_color_map (float *data, project *this_proj, gboolean init) |
| prepare the custom color map data
|
|
G_MODULE_EXPORT void | set_point_position (GtkSpinButton *res, gpointer data) |
| update color map point position
|
|
G_MODULE_EXPORT void | set_point_color (GtkColorChooser *colob, gpointer data) |
| select color map point color
|
|
GtkWidget * | create_map_buttons () |
| create custom color map position and color buttons
|
|
void | update_color_map () |
| update color map visualization widget
|
|
G_MODULE_EXPORT void | add_map_points (GtkSpinButton *res, gpointer data) |
| add point to the custom color map
|
|
G_MODULE_EXPORT void | update_cmin_max (GtkEntry *res, gpointer data) |
| update color map min / max
|
|
G_MODULE_EXPORT void | run_custom_mize_map (GtkDialog *win, gint response_id, gpointer data) |
| customize the color map - running the dialog
|
|
G_MODULE_EXPORT void | custom_mize_map (GtkWidget *but, gpointer data) |
| customize the color map - creating the dialog
|
|
void | fill_map_model (GtkTreeStore *store, project *this_proj) |
| fill color map tree strore
|
|
G_MODULE_EXPORT void | edit_map_cell (GtkCellRendererText *cell, gchar *path_string, gchar *new_text, gpointer data) |
| render color map tree store cell
|
|
GtkWidget * | create_map_tree (project *this_proj) |
| create color map tree view
|
|
G_MODULE_EXPORT void | run_edit_data_map (GtkDialog *win, gint response_id, gpointer data) |
| edit color map - running the dialog
|
|
G_MODULE_EXPORT void | edit_data_map (GtkWidget *but, gpointer data) |
| edit color map - creating the dialog
|
|
gboolean | open_save_map (FILE *fp, int act, project *this_proj) |
| open or save a custom color map to file
|
|
G_MODULE_EXPORT void | run_open_save_data_map (GtkDialog *info, gint response_id, gpointer data) |
| open / save color map data - running the dialog GTK3
|
|
G_MODULE_EXPORT void | open_save_data_map (GtkWidget *but, gpointer data) |
| open / save color map data - creating the dialog
|
|
G_MODULE_EXPORT void | run_use_color_map (GtkDialog *win, gint response_id, gpointer data) |
| use custom color map - running the dialog
|
|
gboolean | use_custom_color_map (int p) |
| use custom color map - creating the dialog
|
|
G_MODULE_EXPORT void | set_color_map (GtkWidget *widg, gpointer data) |
| set color map callback
|
|
G_MODULE_EXPORT void | change_color_radio (GSimpleAction *action, GVariant *parameter, gpointer data) |
| change color map callback - GTK4
|
|
GMenu * | menump (glwin *view, int popm, int mid, int cid) |
| create the 'Color Scheme(s) - > *' submenus - GTK4
|
|
GMenu * | menu_map (glwin *view, int popm) |
| create the 'OpenGL -> Color Scheme(s)' submenu - GTK4
|
|
Functions to create the 'OpenGL -> Color Scheme(s)' submenus
Functions to handle custom color maps.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file m_map.c.