summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:17:34 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:17:34 (GMT)
commit9b18806119f4c3adb1bc2ce6d937471c3b98d2ad (patch)
treef74a6671d7d3416a50f925ebf13537c301b21d53
parent74fe86d716fae9b7da0265f0039a59d648156b9e (diff)
download2iv35-9b18806119f4c3adb1bc2ce6d937471c3b98d2ad.zip
2iv35-9b18806119f4c3adb1bc2ce6d937471c3b98d2ad.tar.gz
2iv35-9b18806119f4c3adb1bc2ce6d937471c3b98d2ad.tar.bz2
more forgotten setters ...
-rw-r--r--Smoke/template.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/Smoke/template.c b/Smoke/template.c
index e8356fb..9333041 100644
--- a/Smoke/template.c
+++ b/Smoke/template.c
@@ -53,6 +53,16 @@ int template_get_colormap(void)
return template_colormap;
}
+void template_set_alpha(int alpha)
+{
+ template_alpha = alpha;
+}
+
+int template_get_alpha(void)
+{
+ return tepmlate_alpha;
+}
+
void template_set_frame(fftw_real *frame)
{
template_frame = frame;