the offset at which the color map starts
the number of entries
Allocate a new color map initializing it with a
copy of the data stored in map
.
Release the memory associated with the
color map map
Lookup the RGB values associated with the
colour map entry at position idx
the index to set
Update the RGB value associated with the
color map entry at position idx
.
the index to set
the new red value
the new green value
the new blue value
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.
the offset at which the color map starts
the number of entries
Allocate a new colour map object able to store colour map entries with indexes in the range
offset
tooffset
+size
.The color map must be freed with vnc_color_map_free when no longer required.