blob: 39a2317a46d325a23ee848b6ac7cd4c2c5f3403b (
plain)
1
2
3
4
5
6
7
8
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 );
|