#include "colormapst.h"Go to the source code of this file.
| Data Structures | |
| struct | _dmxColormapPriv | 
| Defines | |
| #define | DMX_SET_COLORMAP_PRIV(_pCMap, _pCMapPriv) | 
| #define | DMX_GET_COLORMAP_PRIV(_pCMap) (dmxColormapPrivPtr)(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr | 
| Typedefs | |
| typedef _dmxColormapPriv | dmxColormapPrivRec | 
| typedef _dmxColormapPriv * | dmxColormapPrivPtr | 
| Functions | |
| Bool | dmxCreateColormap (ColormapPtr pColormap) | 
| void | dmxDestroyColormap (ColormapPtr pColormap) | 
| void | dmxInstallColormap (ColormapPtr pColormap) | 
| void | dmxStoreColors (ColormapPtr pColormap, int ndef, xColorItem *pdef) | 
| Bool | dmxCreateDefColormap (ScreenPtr pScreen) | 
| Bool | dmxBECreateColormap (ColormapPtr pColormap) | 
| Bool | dmxBEFreeColormap (ColormapPtr pColormap) | 
| Variables | |
| int | dmxColormapPrivateIndex | 
| 
 | 
| Get colormap private structure. | 
| 
 | 
| Value: (_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr \ = (pointer)(_pCMapPriv); | 
| 
 | 
| Colormap private area. | 
| 
 | 
| Colormap private area. | 
| 
 | 
| 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. | 
| 
 | 
| Private index for Colormaps |