Table of Contents

Class IconAnimationFrame

Namespace
SceneGate.Ekona.Containers.Rom
Assembly
SceneGate.Ekona.dll

Frame definition for the ROM animated icon.

public class IconAnimationFrame
Inheritance
IconAnimationFrame
Inherited Members

Properties

BitmapIndex

Gets or sets the index of the bitmap for this frame.

public int BitmapIndex { get; set; }

Property Value

int

Remarks

There are maximum 8 bitmaps.

Duration

Gets or sets the duration of the frame in milliseconds.

public int Duration { get; set; }

Property Value

int

Remarks

The resolution is 60 Hz.

FlipHorizontal

Gets or sets a value indicating whether the bitmap should flip horizontally.

public bool FlipHorizontal { get; set; }

Property Value

bool

FlipVertical

Gets or sets a value indicating whether the bitmap should flip vertically.

public bool FlipVertical { get; set; }

Property Value

bool

PaletteIndex

Gets or sets the palette to use for the bitmap of this frame.

public int PaletteIndex { get; set; }

Property Value

int

Remarks

There are maximum 8 palettes.