示例#1
0
void
PixelGroup::DumpPixMap()
{
	PixMap *pmap = PixMap::GetInstance();
	for (int i=0; i < _num; i++) {
		pmap->AddRGBList(_key);
	}
}