ImageGear for C and C++ on Windows v19.9 - Updated
LPFNIG_PROCESS_PIXEL
API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_PROCESS_PIXEL

This callback processes the given pixel.

Declaration:

 
Copy Code
typedef AT_VOID (LPACCUAPI LPFNIG_PROCESS_PIXEL)(
        AT_INT bitsPerChannel,
        AT_INT channelCount,
        LPAT_VOID processData,
        LPAT_PIXEL pixel        
);

Arguments:

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.

Return Value:

None

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.