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

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

Méthodes publiques

Méthode 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 méthode

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Résultat void

SetColor() public méthode

Initialise the instruction.
public SetColor ( Stream stream ) : System
stream Stream
Résultat System

SetColor() public méthode

Initialise the instruction.
public SetColor ( byte ditherMapIndex ) : System
ditherMapIndex byte
Résultat System