summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 10:56:23 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 10:56:23 (GMT)
commit6abfdbf340b8a9704842b6d56f63754689ae209d (patch)
tree4f815041ccb57ea2bcbdc161b76c3f924fd9ce05 /Smoke/colormap.h
parent4aabbced4987d0321827e4ae8bbd2e928205c9ba (diff)
download2iv35-6abfdbf340b8a9704842b6d56f63754689ae209d.zip
2iv35-6abfdbf340b8a9704842b6d56f63754689ae209d.tar.gz
2iv35-6abfdbf340b8a9704842b6d56f63754689ae209d.tar.bz2
added framepointer +getter/setter
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 1d70054..8fcfc30 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -26,6 +26,9 @@ float colormap_get_clamp_min(void);
void colormap_set_clamp_max(float max_clamp);
float colormap_get_clamp_max(void);
+void colormap_set_frame(fftw_real *frame);
+fftw_real *colormap_get_frame(void);
+
struct color4f colormap_get_color(float value);