summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-19 15:44:23 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-19 15:44:23 (GMT)
commita60088999da4f44bf5885f431fe78eb87d643ae7 (patch)
tree27940a3cd14a7cdee60ddb0263bf1173c51df56c /Smoke/colormap.h
parentc287b3f591fe3e10dceedfd90a5ce71b2c703988 (diff)
download2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.zip
2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.tar.gz
2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.tar.bz2
splitted up glyphs
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index c0001ad..22c34ed 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -1,11 +1,11 @@
#ifndef _COLORMAP_H
#define _COLORMAP_H
-#define COLOR_MAXCOLORS 256
-
void colormap_set_num_colors(int num_colors);
+int colormap_get_num_colors(void);
void colormap_set_map(int color_map);
+int colormap_get_map(void);
void colormap_set_scaling(int scaling);
int colormap_get_scaling(void);