Isle
Loading...
Searching...
No Matches
FLIC_HEADER Struct Reference

[AI] Structure for the main header of a FLIC animation file. More...

#include <flic.h>

Inheritance diagram for FLIC_HEADER:
Collaboration diagram for FLIC_HEADER:

Public Attributes

WORD frames
 [AI] Number of animation frames in the first segment of the file (main animation). [AI] More...
 
WORD width
 [AI] Image width in pixels for the animation. [AI] More...
 
WORD height
 [AI] Image height in pixels for the animation. [AI] More...
 
WORD depth
 [AI] Color depth in bits per pixel (usually 8, i.e., indexed color). [AI] More...
 
WORD flags
 [AI] File format flags, usually zero or three. [AI] More...
 
DWORD speed
 [AI] Playback speed—time between frames in milliseconds. [AI] More...
 
- Public Attributes inherited from FLIC_CHUNK
DWORD size
 [AI] Total size of the chunk in bytes, including the header and payload/subchunks. More...
 
WORD type
 [AI] Chunk type identifier (see FLI_CHUNK_TYPE). More...
 

Detailed Description

[AI] Structure for the main header of a FLIC animation file.

Defines resolution, color depth, and timing information for the animation.

[AI] This header is found at the start of every .FLI/.FLC animation and describes global properties for rendering the animation. Inherits from FLIC_CHUNK.

Definition at line 42 of file flic.h.

Member Data Documentation

◆ depth

WORD FLIC_HEADER::depth

[AI] Color depth in bits per pixel (usually 8, i.e., indexed color). [AI]

Definition at line 46 of file flic.h.

◆ flags

WORD FLIC_HEADER::flags

[AI] File format flags, usually zero or three. [AI]

Definition at line 47 of file flic.h.

◆ frames

WORD FLIC_HEADER::frames

[AI] Number of animation frames in the first segment of the file (main animation). [AI]

Definition at line 43 of file flic.h.

◆ height

WORD FLIC_HEADER::height

[AI] Image height in pixels for the animation. [AI]

Definition at line 45 of file flic.h.

◆ speed

DWORD FLIC_HEADER::speed

[AI] Playback speed—time between frames in milliseconds. [AI]

Definition at line 48 of file flic.h.

◆ width

WORD FLIC_HEADER::width

[AI] Image width in pixels for the animation. [AI]

Definition at line 44 of file flic.h.


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