XUninstallColormap(display, colormap)
Display *display;
Colormap colormap;
display | Specifies the connection to the X server. |
colormap | Specifies the colormap. |
If the specified colormap becomes uninstalled, the X server generates a ColormapNotify event on each window that has that colormap. In addition, for every other colormap that is installed or uninstalled as a result of a call to XUninstallColormap(), the X server generates a ColormapNotify event on each window that has that colormap.
XUninstallColormap() can generate a BadColor error.
BadColor | A value for a Colormap argument does not name a defined Colormap. |