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

tDisplayInfo

Structure to hold informations about Display.

Declaration

Source position: agraphics.pas line 1761

type tDisplayInfo = record

  Header: tQueryHeader;

  

  NotAvailable: Word;

  

If 0 DisplayInfo available, else not available -> see Constants DI_AVAIL_*

  PropertyFlags: LongWord;

  

Properties of this mode (DIPF_*)

  Resolution: tPoint;

  

Ticks-per-pixel X/Y

  PixelSpeed: Word;

  

Approximation in nanoseconds

  NumStdSprites: Word;

  

Number of standard amiga sprites

  PaletteRange: Word;

  

Distinguishable shades available

  SpriteResolution: tPoint;

  

Standard sprite ticks-per-pixel X/Y

  pad: array [0..3] of Byte;

  

  RedBits: Byte;

  

Number of bits for Red color

  GreenBits: Byte;

  

Number of bits for Green color

  BlueBits: Byte;

  

Number of bits for Blue color

  pad2: array [0..4] of Byte;

  

  reserved: array [0..1] of LongWord;

  

Terminator

end;

See also

FindDisplayInfo

  

Search for a record identified by a specific key

GetDisplayInfoData

  

Query DisplayInfo Record parameters


Documentation generated on: 2021-07-30