ReactOS 0.4.15-dev-7924-g5949c20
logical_screen_descriptor Struct Reference

Public Attributes

char signature [6]
 
USHORT width
 
USHORT height
 
BYTE packed
 
BYTE background_color_index
 
BYTE pixel_aspect_ratio
 

Detailed Description

Definition at line 45 of file gifformat.c.

Member Data Documentation

◆ background_color_index

BYTE logical_screen_descriptor::background_color_index

Definition at line 56 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ height

USHORT logical_screen_descriptor::height

Definition at line 49 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ packed

BYTE logical_screen_descriptor::packed

Definition at line 50 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ pixel_aspect_ratio

BYTE logical_screen_descriptor::pixel_aspect_ratio

Definition at line 57 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ signature

char logical_screen_descriptor::signature[6]

Definition at line 47 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().

◆ width

USHORT logical_screen_descriptor::width

Definition at line 48 of file gifformat.c.

Referenced by check_gif_format(), GifFrameEncode_Commit(), and load_LSD_metadata().


The documentation for this struct was generated from the following file: