Colors are specified in Gdk by their red, green and blue elements. But before the color can be used, the color has to be allocated in a given colormap. The value of the allocation is stored in this pixel field and it is the token used to render the color.
The pixel value is initialized when using the Colormap.AllocColor(Color, bool, bool) method.