Saturation example for Visual Basic
Note: Also works with Access 95 and 97.
This example increases the saturation of colors in the bitmap and redisplays the image.
Dim RasterProc As New LEADRasterProcess
RasterProc.Saturation LEADRasterView1.Raster, 1000
LEADRasterView1.ForceRepaint