ColorMap
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "vnc_color_map_get_type ()" ) ]
[ Compact ]
public class ColorMap
Content:
Creation methods:
Methods:
- public bool @set (uint16 idx, uint16 red, uint16 green, uint16 blue)
Update the RGB value associated with the color map entry at position
idx
.
- public ColorMap copy ()
Allocate a new color map initializing it with a copy of the data stored in
this.
- public void free ()
Release the memory associated with the color map
this
- public bool lookup (uint16 idx, out uint16 red, out uint16 green, out uint16 blue)
Lookup the RGB values associated with the colour map entry at position
idx
Fields: