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;
        }