Property | Type | Description | |
---|---|---|---|
DefaultPaletteID | uint | ||
Frames | FSO.Files.Formats.IFF.Chunks.SPR2Frame[] |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Read ( IffFile iff, Stream stream ) : void |
Reads a SPR2 chunk from a stream.
|
|
Write ( IffFile iff, Stream stream ) : bool |
public Read ( IffFile iff, Stream stream ) : void | ||
iff | IffFile | An Iff instance. |
stream | Stream | A Stream object holding a SPR2 chunk. |
return | void |
public Write ( IffFile iff, Stream stream ) : bool | ||
iff | IffFile | |
stream | Stream | |
return | bool |