Method
GVncColorMaplookup
Declaration [src]
gboolean
vnc_color_map_lookup (
  VncColorMap* map,
  guint16 idx,
  guint16* red,
  guint16* green,
  guint16* blue
)
Parameters
- idx
- 
            Type: guint16The index to set. 
- red
- 
            Type: guint16*Pointer to hold the red value. The argument will be set by the function. 
- green
- 
            Type: guint16*Pointer to hold the green value. The argument will be set by the function. 
- blue
- 
            Type: guint16*Pointer to hold the blue value. The argument will be set by the function.