summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 18:05:51 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 18:05:51 (GMT)
commitb12d6854cbb458c3de11266efefa8fb2ea11a1cf (patch)
tree32fc00f87d0bdb7f9d024c6b174e5896fd66a0f2 /Smoke/colormap.h
parent909340f9a5299194c582f9224f21f4f4daf56e51 (diff)
download2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.zip
2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.tar.gz
2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.tar.bz2
frame passing changes
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