CSJ2K.Util.WriteableBitmapImageSource.GetRangeBits C# (CSharp) Method

GetRangeBits() private static method

private static GetRangeBits ( System.Windows.Media.PixelFormat format ) : int
format System.Windows.Media.PixelFormat
return int
        private static int GetRangeBits(PixelFormat format)
        {
            return format.BitsPerPixel;
        }