Packed Record TGIFScreenDescriptor
Unit
Declaration
type TGIFScreenDescriptor = packed record
Description
Screen descriptor for GIF rendering
Overview
Fields
![]() |
Width: word; |
![]() |
Height: word; |
![]() |
flags: byte; |
![]() |
BackgroundColorIndex: byte; |
![]() |
AspectRatio64: byte; |
Description
Fields
![]() |
Width: word; |
This item has no description. |
![]() |
Height: word; |
This item has no description. |
![]() |
flags: byte; |
This item has no description. |
![]() |
BackgroundColorIndex: byte; |
screen bit depth = ((flags shr 4) and 7) + 1 palette bit depth = (flags and 7) + 1 |
![]() |
AspectRatio64: byte; |
index of background color in global palette |