XColor (3) Linux Manual Page
XCreateColormap, XCopyColormapAndFree, XFreeColormap, XColor – create, copy, or destroy colormaps and color structure Syntax Colormap XCreateColormap(Display *display, Window w, Visual *visual, int alloc); Colormap XCopyColormapAndFree(Display *display, Colormap colormap); int XFreeColormap(Display *display, Colormap colormap); Arguments alloc Specifies the colormap entries to be allocated. You can pass AllocNone or AllocAll. colormap Specifies the colormap that you want…
