Next Previous Contents

3.220 tgi_getdefpalette

Function

Get the palette installed by default.

Header

tgi.h

Declaration

const unsigned char* tgi_getdefpalette (void);

Description

The tgi driver has a default palette that is active at startup. The named colors TGI_COLOR_BLACK, TGI_COLOR_WHITE, TGI_COLOR_RED... need this palette to work correctly.

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents