Hue example for C++ Builder
This example rotates the hue 180 degrees and repaints the image.
LEADRasterProcess* pRasterProc= NULL;
CoCreateInstance(CLSID_LEADRasterProcess, NULL, CLSCTX_ALL, IID_ILEADRasterProcess, (void**)&pRasterProc);
pRasterProc->Hue (LEADRasterView1->Raster, 180);
LEADRasterView1->ForceRepaint ();
pRasterProc-> Release( );