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

Used by PictureInstructions.SetPalette.
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Color byte
Index byte

Public Methods

Method Description
PictureSetPaletteEntry ( byte index, byte color ) : System

Initialise the object.

Method Details

PictureSetPaletteEntry() public method

Initialise the object.
public PictureSetPaletteEntry ( byte index, byte color ) : System
index byte
color byte
return System

Property Details

Color public property

Get the new value for the dither palette.
public byte Color
return byte

Index public property

Get the index in the dither palette to change.
public byte Index
return byte