PaintGamma example for C++ Builder

This example increases the gamma correction for painting images.

   LEADRasterView1->PaintGamma = (short)(LEADRasterView1->PaintGamma + 100);
   LEADRasterView1->ForceRepaint ();