summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 16:33:47 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 16:33:47 (GMT)
commit3d764e6b458d897d2959771b46c67addbcea8b70 (patch)
treecfdb03310238ff2301ff32516f602950fe742687 /Smoke/colormap.h
parent8addeabeb2498955ebb7b62f810fbf2781bcae59 (diff)
download2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.zip
2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.tar.gz
2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.tar.bz2
code cleanup and fixes
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);