Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tPaletteExtra

Structure controlling palette sharing

Declaration

Source position: agraphics.pas line 1254

type tPaletteExtra = record

  pe_Semaphore: tSignalSemaphore;

  

shared semaphore for arbitration

  pe_FirstFree: Word;

  

private

  pe_NFree: Word;

  

number of free colors

  pe_FirstShared: Word;

  

private

  pe_NShared: Word;

  

private

  pe_RefCnt: Pointer;

  

private

  pe_AllocList: Pointer;

  

private

  pe_ViewPort: pViewPort;

  

Back pointer to viewport

  pe_SharableColors: Word;

  

The number of sharable colors.

end;

Description

Structure may be extended so watch out!


Documentation generated on: 2021-07-30