AdvancedLauncher.Tools.Imaging.TargaHeader.SetColorMapLength C# (CSharp) Méthode

SetColorMapLength() protected méthode

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.
Résultat void
        protected internal void SetColorMapLength(short sColorMapLength)
        {
            this.sColorMapLength = sColorMapLength;
        }