ImageGear Professional DLL v17.1 for Windows Accusoft
IG_IP_histo_clear
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Processing Effects Functions > IG_IP_histo_clear

Glossary Item Box

This function will clear an array of histogram bins.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_IP_histo_clear (
        LPDWORD lpHisto, 
        UINT nNumberOfBins 
);

Arguments:

lpHisto Far pointer to an array of bins (each a DWORD) to be cleared.
nNumberOfBins Number of bins to clear.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

Image Processing

Example:

See the example under the IG_IP_histo_tabulate() function.

Remarks:

Call this function prior to calling IG_IP_histo_tabulate(), unless you mean to accumulate onto existing contents of the bins.

©2012. Accusoft Corporation. All Rights Reserved.