#include "l_bitmap.h"
L_LTKRN_API L_BOOL L_BitmapHasMeaningfulAlpha(pBitmap)
pBITMAPHANDLE pBitmap; |
pointer to the bitmap handle |
Determines whether the bitmap has meaningful alpha channel data.
Parameter |
Description |
pBitmap |
Pointer to the bitmap handle referencing the bitmap to test. |
TRUE |
At least one alpha channel value is not equal to 0xFF. |
FALSE |
All alpha channel values are set to 0xFF or there was an error. |
Required DLLs and Libraries
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64, Linux.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET