summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
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);