L_DupPalette

Summary

Duplicates a Windows palette.

Syntax

#include "l_bitmap.h"

L_LTKRN_API L_HPALETTE L_DupPalette(hPalette)

Parameters

L_HPALETTE hPalette

Handle of the palette to duplicate.

Returns

Handle of the palette that is created by making the duplicate.

Comments

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

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_ResizeBitmap.
For complete sample code, refer to the FEATURE3
example.

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.