Saturation example for C++ Builder
This example increases the saturation of colors in the bitmap and redisplays the image.
LEADRasterProcess* pRasterProc= NULL;
CoCreateInstance(CLSID_LEADRasterProcess, NULL, CLSCTX_ALL, IID_ILEADRasterProcess, (void**)&pRasterProc);
pRasterProc->Saturation (LEADRasterView1->Raster, 1000);
LEADRasterView1->ForceRepaint ();
pRasterProc-> Release( );