C# Class Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetColor

Set colors to DitherPaletteIndex into the current dither palette, then enable visual.
Inheritance: PictureInstruction
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Render ( PictureRenderer renderer ) : void

Render the instruction.

SetColor ( Stream stream ) : System

Initialise the instruction.

SetColor ( byte ditherMapIndex ) : System

Initialise the instruction.

Method Details

Render() public method

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void

SetColor() public method

Initialise the instruction.
public SetColor ( Stream stream ) : System
stream Stream
return System

SetColor() public method

Initialise the instruction.
public SetColor ( byte ditherMapIndex ) : System
ditherMapIndex byte
return System