ColorMap


Description:

[ CCode ( has_construct_function = false ) ]
public ColorMap (uint16 offset, uint16 size)

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