PaintContrast example for Delphi
This example increases the contrast for painting images.
Var sRet: Smallint; begin LEADRasterView1.PaintContrast:= LEADRasterView1.PaintContrast + 100; LEADRasterView1.ForceRepaint (sRet); end;