PaintGamma example for C++ 5.0 and later

This example increases the gamma correction for painting images.

m_LEADRasterView1.SetPaintGamma(m_LEADRasterView1.GetPaintGamma() + 100);
m_LEADRasterView1.ForceRepaint();