RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.CopyPalette Function

Creates a new palette object that matches an existing palette.

Pascal
function CopyPalette(Palette: HPALETTE): HPALETTE;
C++
HPALETTE CopyPalette(HPALETTE Palette);

Call CopyPalette to create a new Windows palette object that exactly matches an existing palette. If the Palette parameter does not refer to a valid Windows palette, or if a problem occurs while copying the palette, CopyPalette returns 0. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!