BackColor (ILEADRasterImgList) example for C++ 5.0 and later
//set the background color to red m_LEADImageList.SetBackColor(RGB(255, 0, 0));