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

[AI] Structure describing the header of a FLIC animation frame, used to organize frame subchunks and per-frame metadata. More...

#include <flic.h>

Inheritance diagram for FLIC_FRAME:
Collaboration diagram for FLIC_FRAME:

Public Attributes

WORD chunks
 [AI] Number of subchunks that compose this animation frame (palette/image/compression chunks). [AI] More...
 
WORD delay
 [AI] Delay before displaying this frame, in milliseconds. [AI] More...
 
WORD reserved
 [AI] Reserved, always zero; for alignment or future use. [AI] More...
 
WORD width
 [AI] Frame width override (if non-zero, overrides main animation width for this frame). [AI] More...
 
WORD height
 [AI] Frame height override (if non-zero, overrides main animation height for this frame). [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 describing the header of a FLIC animation frame, used to organize frame subchunks and per-frame metadata.

[AI] Each animation frame is a chunk (type FLI_CHUNK_FRAME) starting with this structure, which may contain several subchunks (palette updates, image updates, etc). Inherits from FLIC_CHUNK.

Definition at line 58 of file flic.h.

Member Data Documentation

◆ chunks

WORD FLIC_FRAME::chunks

[AI] Number of subchunks that compose this animation frame (palette/image/compression chunks). [AI]

Definition at line 59 of file flic.h.

◆ delay

WORD FLIC_FRAME::delay

[AI] Delay before displaying this frame, in milliseconds. [AI]

Definition at line 60 of file flic.h.

◆ height

WORD FLIC_FRAME::height

[AI] Frame height override (if non-zero, overrides main animation height for this frame). [AI]

Definition at line 63 of file flic.h.

◆ reserved

WORD FLIC_FRAME::reserved

[AI] Reserved, always zero; for alignment or future use. [AI]

Definition at line 61 of file flic.h.

◆ width

WORD FLIC_FRAME::width

[AI] Frame width override (if non-zero, overrides main animation width for this frame). [AI]

Definition at line 62 of file flic.h.


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