 
            This callback processes the given pixel.
| 
                        Copy Code
                     | |
|---|---|
| 
typedef AT_VOID (LPACCUAPI LPFNIG_PROCESS_PIXEL)(
        AT_INT bitsPerChannel,
        AT_INT channelCount,
        LPAT_VOID processData,
        LPAT_PIXEL pixel        
);
 | |
| Name | Type | Description | 
|---|---|---|
| bitsPerChannel | AT_INT | Number of bits per channel used to store the pixel being checked. | 
| channelCount | AT_INT | Number of channels in the pixel being checked. | 
| processData | LPAT_VOID | User-defined data passed to calling function (for example, processStruct parameter of IG_IP_process_area). | 
| pixel | LPAT_PIXEL | Pointer to the pixel to be processed. | 
None
All pixel formats supported by ImageGear for C and C++.