The gflEqualizeOnLuminance function applies an equalization of the pixels (based on the luminance).
GFL_ERROR gflEqualizeOnLuminance( GFL_BITMAP * src,
GFL_BITMAP ** dst );
Parameters
Return value
The function returns GFL_NO_ERROR if it is successful or a value of GFL_ERROR.
See also