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

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

Sets the PixelDepth property, available only to objects in the same assembly as TargaHeader.
protected SetPixelDepth ( byte bPixelDepth ) : void
bPixelDepth byte The Pixel Depth value read from the file.
Результат void
        protected internal void SetPixelDepth(byte bPixelDepth)
        {
            this.bPixelDepth = bPixelDepth;
        }