summaryrefslogtreecommitdiffstats
path: root/Smoke/template.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:42:31 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:42:31 (GMT)
commitb3a5933d58d67788ece2a3a12f6c073fd9c33261 (patch)
tree88ba2f57189d0daf341804a468a2dd0baf2fec1b /Smoke/template.h
parent465c136f94ef4e48d0705e94d8fdc522b901882f (diff)
download2iv35-b3a5933d58d67788ece2a3a12f6c073fd9c33261.zip
2iv35-b3a5933d58d67788ece2a3a12f6c073fd9c33261.tar.gz
2iv35-b3a5933d58d67788ece2a3a12f6c073fd9c33261.tar.bz2
converted alpha from int to float
Diffstat (limited to 'Smoke/template.h')
-rw-r--r--Smoke/template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/template.h b/Smoke/template.h
index 0ef0b39..b4102e2 100644
--- a/Smoke/template.h
+++ b/Smoke/template.h
@@ -10,8 +10,8 @@ int template_get_num_colors(void);
void template_set_colormap(int colormap);
inttemplate _get_colormap(void);
-void template_set_alpha(int alpha);
-int template_get_alpha(void);
+void template_set_alpha(float alpha);
+float template_get_alpha(void);
void template_set_frame(fftw_real *frame);
fftw_real *template_get_frame(void);