Alexandria.Engines.Sciagi.Resources.PictureSetPaletteEntry.PictureSetPaletteEntry C# (CSharp) Method

PictureSetPaletteEntry() public method

Initialise the object.
public PictureSetPaletteEntry ( byte index, byte color ) : System
index byte
color byte
return System
        public PictureSetPaletteEntry(byte index, byte color)
        {
            Index = index; Color = color;
        }
PictureSetPaletteEntry