summaryrefslogtreecommitdiffstats
path: root/Smoke/palette.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-17 19:48:37 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-17 19:48:37 (GMT)
commit9363bc6887a7ffb9ea6c0f6a63a93c215e227502 (patch)
treedc5f962bdcc413a5bd4bff4d85c7842522a73fb3 /Smoke/palette.h
parent1d771540b16ba07cb02be5490892465a2a5ab89a (diff)
download2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.zip
2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.tar.gz
2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.tar.bz2
Added/splitted colormaps to a seperate file.
Diffstat (limited to 'Smoke/palette.h')
-rw-r--r--Smoke/palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/palette.h b/Smoke/palette.h
index 497d9eb..d320864 100644
--- a/Smoke/palette.h
+++ b/Smoke/palette.h
@@ -15,6 +15,6 @@ struct color4f {
float a;
};
-struct color4f set_colormap(int colormap_sort, float vy, float alpha);
+struct color4f set_palette(int colormap_sort, float value, int num_colors);
#endif