| ImgSwapRedAndBlue | Top Previous Next | 
| Prototype 
 ImgSwapRedAndBlue(HandleImage) 
 Description 
 Swap red and blue component in color image. 
 Parameters 
 HandleImage: integer value corresponding to the image handle.. 
 Returned Value 
 None 
 Notes 
 None. 
 Example 
 //Swap red and blue component in color image. ImgSwapRedAndBlue(_CurrentImage); 
 |