CopyPalette Function
Imaging

Copies Count palette entries from SrcPal starting at index SrcIdx to DstPal at index DstPal.

Pascal
procedure CopyPalette(SrcPal: PPalette32; 
                      DstPal: PPalette32; 
                      SrcIdx: LongInt; 
                      DstIdx: LongInt; 
                      Count: LongInt);
File

Imaging (at line 265)

Related Information
You are here: Symbol Reference > Functions > CopyPalette Function