C# 클래스 Files.IFF.PALT

상속: IFFChunk
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 메소드들

메소드 설명
PALT ( IFFChunk BaseChunk ) : System.IO
this ( int Key ) : Microsoft.Xna.Framework.Color

Gets the specified color in this PALT chunk.

메소드 상세

PALT() 공개 메소드

public PALT ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
리턴 System.IO

this() 공개 메소드

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