ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > SwapRedAndBlue Method |
Reverses the color sequence in the pixels of an image. If the sequence is Blue-Green-Red (the standard sequence for a DIB), it is reversed to Red-Green-Blue. If Red-Green-Blue, each pixel is reversed to Blue-Green-Red. Calling this function is meaningful only for a 24-bit image.
SwapRedAndBlue (ByVal pPage As IGPage)
Name | Description |
---|---|
pPage | Reference to IGPage Object. |
N/A
24
Image Processing and Effects