Next Previous Contents

3.174 tgi_getmaxcolor

Function

Get the highest index of the palette.

Header

tgi.h

Declaration

unsigned char __fastcall__ tgi_getmaxcolor (void);

Description

Get the highest index of the palette.

Limits

  • The function is only available as fastcall function, so it may only be used in presence of a prototype.

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents