aboutsummaryrefslogtreecommitdiff
path: root/src/include/spadcolors.H1
diff options
context:
space:
mode:
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 );