Struct
GVncColorMap
Description
struct VncColorMap {
guint16 offset;
guint16 size;
VncColorMapEntry* colors;
}
No description available.
Structure members
offset:
guint16
No description available.
size:
guint16
No description available.
colors:
VncColorMapEntry
No description available.
Constructors
vnc_color_map_new
Allocate a new colour map object able to store colour
map entries with indexes in the range offset
to
offset
+ size
.