b2dCopyPalette

Copies the entire palette from one indexed image to another (independent copy).

2D Overlay

Parameters & Returns

Parameters

dstImage Int
srcImage Int

Returns

Void

Quick Summary

Copies the entire palette from one indexed image to another (independent copy).

Technical Exegesis...

Duplicates srcImage's palette into dstImage. The copy is independent - cycling or recolouring one does not affect the other, so you can share a base palette then diverge (e.g. copy a fire palette then dim it).

Example

Example.bam
; No example implemented yet