When using the LBitmapBase::CreateFadedMask function, the general process is as follows:
Create an LBitmapBase object and use it to load an image.
Set a region in the image using an LBitmapRgn object.
Create another LBitmapBase object to hold the fade mask and call the function on the images object. The images below show various fade masks resulting from the use of various flags. For these images, the following values were also used:
Region type: rounded rectangle.
nLength = 50;
nFadeRate = 15;
nStepSize = 3;
nMaxGray = 255;
crTransparent = RGB(255, 0, 0);
1) No Flag
transparency
2) FADE_WHITETOBLACK
3) FADE_DUMPFILL
4) FADE_DUMPFILL | FADE_WHITETOBLACK
5) FADE_DUMPFILL | FADE_FILLCOLOR_START
6) FADE_DUMPFILL | FADE_FILLCOLOR_START | FADE_WHITETOBLACK
7) FADE_DUMPFILL | FADE_NOTRANSPARENCY
8) FADE_DUMPFILL | FADE_NOTRANSPARENCY | FADE_TRANSPARENCY_ DUMPCOLOR
plus many other possibilities.
Region type:
rounded rectangle smaller than the above region, nInflate = 60
1) FADE_OUTER
2) FADE_OUTER | FADE_WHITETOBLACK
3) FADE_OUTER | FADE_DUMPFILL
4) FADE_OUTER | FADE_DUMPFILL | FADE_WHITETOBLACK
5) FADE_OUTER | FADE_DUMPFILL | FADE_WHITETOBLACK| FADE_NOTRANSPARENCY
and so on.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document