Packed Record TGIFScreenDescriptor

Hierarchy
Methods
Properties

Unit

Declaration

type TGIFScreenDescriptor = packed record

Description

Screen descriptor for GIF rendering

Overview

Fields

Public Width: word;
Public Height: word;
Public flags: byte;
Public BackgroundColorIndex: byte;
Public AspectRatio64: byte;

Description

Fields

Public Width: word;

This item has no description.

Public Height: word;

This item has no description.

Public flags: byte;

This item has no description.

Public BackgroundColorIndex: byte;

screen bit depth = ((flags shr 4) and 7) + 1 palette bit depth = (flags and 7) + 1

Public AspectRatio64: byte;

index of background color in global palette