#include "dmx.h"#include "dmxsync.h"#include "dmxcmap.h"#include "dmxvisual.h"#include "micmap.h"| Functions | |
| Bool | dmxBECreateColormap (ColormapPtr pColormap) | 
| Bool | dmxCreateColormap (ColormapPtr pColormap) | 
| Bool | dmxBEFreeColormap (ColormapPtr pColormap) | 
| void | dmxDestroyColormap (ColormapPtr pColormap) | 
| void | dmxInstallColormap (ColormapPtr pColormap) | 
| void | dmxStoreColors (ColormapPtr pColormap, int ndef, xColorItem *pdef) | 
| Bool | dmxCreateDefColormap (ScreenPtr pScreen) | 
| 
 | 
| Create pColormap on the back-end server. | 
| 
 | 
| Destroy pColormap on the back-end server. | 
| 
 | 
| Create colormap on back-end server associated with pColormap's screen. | 
| 
 | 
| Create the DMX server's default colormap. | 
| 
 | 
| Destroy colormap on back-end server associated with pColormap's screen. | 
| 
 | 
| Install colormap on back-end server associated with pColormap's screen. | 
| 
 | ||||||||||||||||
| Store colors in pColormap on back-end server associated with pColormap's screen. |