Tk_GetColormap (3) Linux Manual Page
Tk_GetColormap, Tk_PreserveColormap, Tk_FreeColormap – allocate and free colormaps Synopsis #include <tk.h> Colormap Tk_GetColormap(interp, tkwin, string) Tk_PreserveColormap(display, colormap) Tk_FreeColormap(display, colormap) Arguments Tcl_Interp *interp (in) Interpreter to use for error reporting. Tk_Window tkwin (in) Token for window in which colormap will be used. const char *string (in) Selects a colormap: either new or the name of a…
