Alexandria.Engines.Sciagi.Resources.PictureSetPaletteEntry.PictureSetPaletteEntry C# (CSharp) Méthode

PictureSetPaletteEntry() public méthode

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