C# Класс Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetColor

Set colors to DitherPaletteIndex into the current dither palette, then enable visual.
Наследование: PictureInstruction
Показать файл Открыть проект

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

Метод Описание
Render ( PictureRenderer renderer ) : void

Render the instruction.

SetColor ( Stream stream ) : System

Initialise the instruction.

SetColor ( byte ditherMapIndex ) : System

Initialise the instruction.

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

Render() публичный Метод

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Результат void

SetColor() публичный Метод

Initialise the instruction.
public SetColor ( Stream stream ) : System
stream Stream
Результат System

SetColor() публичный Метод

Initialise the instruction.
public SetColor ( byte ditherMapIndex ) : System
ditherMapIndex byte
Результат System