Hue example for Visual Basic
Note: Also works with Access 95 and 97.
This example rotates the hue 180 degrees and repaints the image.
Dim RasterProc As New LEADRasterProcess
RasterProc.Hue LEADRasterView1.Raster, 180
LEADRasterView1.ForceRepaint