summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:33:31 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:33:31 (GMT)
commit6e60076c7bf4b928da25ab37d59b8b38a1588eab (patch)
treea8774cea1d9c2c5b90c0a81ec73a3ba75ace8933 /Smoke/colormap.h
parent4b322240380d8351bb68462880d13e0b92769e26 (diff)
download2iv35-6e60076c7bf4b928da25ab37d59b8b38a1588eab.zip
2iv35-6e60076c7bf4b928da25ab37d59b8b38a1588eab.tar.gz
2iv35-6e60076c7bf4b928da25ab37d59b8b38a1588eab.tar.bz2
added setteable alpha's and frame pointers
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 8fcfc30..cd9df14 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -7,13 +7,15 @@ int colormap_get_num_colors(void);
void colormap_set_colormap(int colormap);
int colormap_get_colormap(void);
+void colormap_set_alpha(int alpha);
+int colormap_get_alpha(void);
+
void colormap_set_scaling(int scaling);
int colormap_get_scaling(void);
void colormap_set_clamping(int clamping);
int colormap_get_clamping(void);
-
void colormap_set_scale_min(float min_scale);
float colormap_get_scale_min(void);