aboutsummaryrefslogtreecommitdiff
path: root/src/include/spadcolors.H1
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/include/spadcolors.H1
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/include/spadcolors.H1')
-rw-r--r--src/include/spadcolors.H19
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/spadcolors.H1 b/src/include/spadcolors.H1
new file mode 100644
index 00000000..39a2317a
--- /dev/null
+++ b/src/include/spadcolors.H1
@@ -0,0 +1,9 @@
+extern RGB HSVtoRGB(HSV );
+extern RGB HLStoRGB(HLS );
+extern float value(float , float , float );
+extern int makeColors(Display * , int , Colormap * , unsigned long * * , int * );
+extern int makePermVector(Display * , int , unsigned long * * );
+extern int makeNewColorMap(Display * , Colormap , int );
+extern unsigned long XPixelColor(int );
+extern void FreePixels(Display * , Colormap , int );
+extern int AllocCells(Display * , Colormap , int );