summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 17:04:42 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 17:04:42 (GMT)
commit909340f9a5299194c582f9224f21f4f4daf56e51 (patch)
tree987fdc136590a23ad59ad984a2c47798bade24a0 /Smoke/colormap.h
parent8edd0c2ad477886571fe1d75219d5ca17255fdf0 (diff)
download2iv35-909340f9a5299194c582f9224f21f4f4daf56e51.zip
2iv35-909340f9a5299194c582f9224f21f4f4daf56e51.tar.gz
2iv35-909340f9a5299194c582f9224f21f4f4daf56e51.tar.bz2
cleanup and fixes
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index fdcfee6..70f7a72 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -30,6 +30,9 @@ float colormap_get_clamp_min(void);
void colormap_set_clamp_max(float max_clamp);
float colormap_get_clamp_max(void);
+void colormap_set_autoscaling(int autoscaling);
+int colormap_get_autoscaling(void);
+
void colormap_set_frame(fftw_real *frame);
fftw_real *colormap_get_frame(void);