ColorItem
ColorItem(unsigned int k, unsigned int c,
ColorItem* ci = (ColorItem*)hash.GetItem(key);
ci = new(nothrow) ColorItem(key, 1, r, g, b);
ColorItem** topcolors = (ColorItem**)malloc(fSize * sizeof(ColorItem*));
ColorItem* dummy = new ColorItem(0, 0, 0, 0, 0);
ColorItem* ci = (ColorItem*)hash.NextItem();