C# Class Files.IFF.PALT

Inheritance: IFFChunk
Mostrar archivo Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Methods

Method Description
PALT ( IFFChunk BaseChunk ) : System.IO
this ( int Key ) : Microsoft.Xna.Framework.Color

Gets the specified color in this PALT chunk.

Method Details

PALT() public method

public PALT ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
return System.IO

this() public method

Gets the specified color in this PALT chunk.
public this ( int Key ) : Microsoft.Xna.Framework.Color
Key int Index of color to retrieve.
return Microsoft.Xna.Framework.Color