C# Класс FSO.Files.Formats.IFF.Chunks.PALT

This chunk type holds a color palette.
Наследование: IffChunk
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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