summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 70f7a72..6d63ed1 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -37,6 +37,8 @@ void colormap_set_frame(fftw_real *frame);
fftw_real *colormap_get_frame(void);
+void colormap_autoscale(void);
+
struct color4f colormap_get_color(float value);
#endif