C# Class Files.IFF.PALT

Inheritance: IFFChunk
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public PALT ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
Résultat System.IO

this() public méthode

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