AdvancedLauncher.Tools.Imaging.TargaHeader.SetColorMapFirstEntryIndex C# (CSharp) Метод

SetColorMapFirstEntryIndex() защищенный Метод

Sets the ColorMapFirstEntryIndex property, available only to objects in the same assembly as TargaHeader.
protected SetColorMapFirstEntryIndex ( short sColorMapFirstEntryIndex ) : void
sColorMapFirstEntryIndex short The First Entry Index value read from the file.
Результат void
        protected internal void SetColorMapFirstEntryIndex(short sColorMapFirstEntryIndex)
        {
            this.sColorMapFirstEntryIndex = sColorMapFirstEntryIndex;
        }