VRestoreDefaultColormap


 
Name
  VRestoreDefaultColormap - installs the default grayscale colormap.
 
Synopsis
  VRestoreDefaultColormap()
 
Description
  VRestoreDefaultColormap installs the default grayscale colormap.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
  2 - read error.
  3 - write error.
  4 - file open error.
 
Side Effects
  None.
 
Entry Conditions
  If valid visual class is not available on this device, or VCreateWindows
is not called earlier, VRestoreDefaultColormap prints an error message to
the standard error stream, produces a core dump file and exits from the
current process.
 
Related Functions
VCreateColormap, VCreateWindows, VPutColormap.