DQBgetPal
SUB

Prototype

DECLARE SUB DQBgetPal (Pal AS STRING)

Parameters

Pal - String of 768 character where to store the palette

Returns

none

Description

Gets the current palette and stores it into the Pal string. Such a palette can be then used by the DQBsetPal, DQBfadeIn and DQBsaveLayer functions.

Notes:

See appendix A to know how the palette is stored into the string

Example

See DQBfadeTo example