summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2007-12-14 12:24:48 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2007-12-14 12:24:48 (GMT)
commitab8aa770afa4fd72e4078f5c8703f91817b2d6c5 (patch)
treec8a2c6643055ed430c00538e33b17295f7029102 /Smoke/colormap.h
parentdbc6530ef4b5a5ce4284b0cb32e2f61677b47b18 (diff)
download2iv35-ab8aa770afa4fd72e4078f5c8703f91817b2d6c5.zip
2iv35-ab8aa770afa4fd72e4078f5c8703f91817b2d6c5.tar.gz
2iv35-ab8aa770afa4fd72e4078f5c8703f91817b2d6c5.tar.bz2
streamlines + colormap files
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
new file mode 100644
index 0000000..262a680
--- /dev/null
+++ b/Smoke/colormap.h
@@ -0,0 +1,14 @@
+#ifndef _COLORMAP_H
+#define _COLORMAP_H
+
+struct color4f {
+ float r;
+ float g;
+ float b;
+ float a;
+};
+
+struct color4f set_colormap(int colormap_sort, float vy, int draw_bar, float alpha);
+
+#endif
+