C# 클래스 FSO.Files.Formats.IFF.Chunks.PALT

This chunk type holds a color palette.
상속: IffChunk
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Colors Color[]
References int

공개 메소드들

메소드 설명
PALT ( ) : System
PALT ( Color color ) : System
PalMatch ( Color data ) : bool
Read ( IffFile iff, Stream stream ) : void

Reads a PALT chunk from a stream.

Write ( IffFile iff, Stream stream ) : bool

메소드 상세

PALT() 공개 메소드

public PALT ( ) : System
리턴 System

PALT() 공개 메소드

public PALT ( Color color ) : System
color Color
리턴 System

PalMatch() 공개 메소드

public PalMatch ( Color data ) : bool
data Color
리턴 bool

Read() 공개 메소드

Reads a PALT chunk from a stream.
public Read ( IffFile iff, Stream stream ) : void
iff IffFile An Iff instance.
stream Stream A Stream object holding a PALT chunk.
리턴 void

Write() 공개 메소드

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
리턴 bool

프로퍼티 상세

Colors 공개적으로 프로퍼티

public Color[] Colors
리턴 Color[]

References 공개적으로 프로퍼티

public int References
리턴 int