#ifndef _TEMPLATE_H #define _TEMPLATE_H void template_set_render(int render_template); int template_get_render(void); void template_set_num_colors(int num_colors); int template_get_num_colors(void); void template_set_colormap(int colormap); inttemplate _get_colormap(void); void template_set_alpha(float alpha); float template_get_alpha(void); void template_set_frame(fftw_real *frame); fftw_real *template_get_frame(void); struct color4f template_get_color(float value); #endif