API Version: 1.0
Library Version: 1.5.0
gboolean vnc_color_map_set ( VncColorMap* map, guint16 idx, guint16 red, guint16 green, guint16 blue )
Update the RGB value associated with the color map entry at position idx.
idx
guint16
The index to set.
red
The new red value.
green
The new green value.
blue
The new blue value.
gboolean
TRUE if idx was in range, FALSE otherwise.