C# Класс Alexandria.Engines.Sciagi.Resources.PictureSetPaletteEntry

Used by PictureInstructions.SetPalette.
Показать файл Открыть проект

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

Свойство Тип Описание
Color byte
Index byte

Открытые методы

Метод Описание
PictureSetPaletteEntry ( byte index, byte color ) : System

Initialise the object.

Описание методов

PictureSetPaletteEntry() публичный метод

Initialise the object.
public PictureSetPaletteEntry ( byte index, byte color ) : System
index byte
color byte
Результат System

Описание свойств

Color публичное свойство

Get the new value for the dither palette.
public byte Color
Результат byte

Index публичное свойство

Get the index in the dither palette to change.
public byte Index
Результат byte