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

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

Sets the ColorMapLength property, available only to objects in the same assembly as TargaHeader.
protected SetColorMapLength ( short sColorMapLength ) : void
sColorMapLength short The Color Map Length value read from the file.
Результат void
        protected internal void SetColorMapLength(short sColorMapLength)
        {
            this.sColorMapLength = sColorMapLength;
        }