ColorMap
Description:
Allocate a new colour map object able to store colour map entries with indexes in the range offset to offset +
size.
The color map must be freed with vnc_color_map_free when no longer required.
Parameters:
| offset |
the offset at which the color map starts |
| size |
the number of entries |
Returns:
|
the new color map |