#include "l_bitmap.h"
L_LTKRN_API L_HPALETTE L_DupPalette(hPalette)
Duplicates a Windows palette.
Handle of the palette to duplicate.
Handle of the palette that is created by making the duplicate.
This function does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this function.
The palette returned by this function must be destroyed using the Windows C API DeleteObject() when it is no longer needed.
In order to copy a palette from one bitmap to another, use L_CopyBitmapPalette.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_ResizeBitmap.
For complete sample code, refer to the FEATURE3
example.
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