[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

TPaletteExtra

Structure controlling palette sharing

Declaration

Source position: agraphics.pas line 1058

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: PByte;

  

private

  pe_AllocList: PByte;

  

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: 2017-01-10