Source position: gdktypes.pp line 776
type TGdkColorContext = record  | 
visual: PGdkVisual;  | 
colormap: PGdkColormap;  | 
num_colors: gint;  | 
max_colors: gint;  | 
num_allocated: gint;  | 
mode: TGdkColorContextMode;  | 
need_to_free_colormap: gint;  | 
std_cmap_atom: TGdkAtom;  | 
clut: Pgulong;  | 
cmap: PGdkColor;  | 
color_hash: PGHashTable;  | 
palette: PGdkColor;  | 
num_palette: gint;  | 
fast_dither: PGdkColorContextDither;  | 
shifts: record  | 
red: gint;  | 
green: gint;  | 
blue: gint;  | 
end;  | 
masks: record  | 
red: gulong;  | 
green: gulong;  | 
blue: gulong;  | 
end;  | 
bits: record  | 
red: gint;  | 
green: gint;  | 
blue: gint;  | 
end;  | 
max_entry: gulong;  | 
black_pixel: gulong;  | 
white_pixel: gulong;  | 
end;  |