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 ef6de52..fdcfee6 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -16,6 +16,8 @@ int colormap_get_scaling(void);
void colormap_set_clamping(int clamping);
int colormap_get_clamping(void);
+void colormap_set_tempscale(float temp);
+
void colormap_set_scale_min(float min_scale);
float colormap_get_scale_min(void);