typedef struct _COLORREPLACE
{
L_UINT uStructSize;
COLORREF crColor;
L_UINT uFuzziness;
} COLORREPLACE, *pCOLORREPLACE;
The COLORREPLACE structure provides information about the replacement color for the L_ColorReplaceBitmap function.
Must contain the size of COLORREPLACE structure. Should be set to sizeof(COLORREPLACE).
The COLORREF value that specifies replaced colored value.
You can specify a COLORREF value, such as the return value of the Windows RGB macro, or you can use the PALETTEINDEX macro to specify a palette color.
Value to be used in designating the + or - range of the color being replaced. This must be a nonzero value.
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