C# Class Alexandria.Engines.Sciagi.Resources.PictureSetPaletteEntry

Used by PictureInstructions.SetPalette.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
Color byte
Index byte

Méthodes publiques

Méthode Description
PictureSetPaletteEntry ( byte index, byte color ) : System

Initialise the object.

Method Details

PictureSetPaletteEntry() public méthode

Initialise the object.
public PictureSetPaletteEntry ( byte index, byte color ) : System
index byte
color byte
Résultat System

Property Details

Color public_oe property

Get the new value for the dither palette.
public byte Color
Résultat byte

Index public_oe property

Get the index in the dither palette to change.
public byte Index
Résultat byte