Accord.Imaging.Filters.ApplyMask.ApplyMask C# (CSharp) Method

ApplyMask() private method

private ApplyMask ( ) : System
return System
        private ApplyMask()
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
            formatTranslations[PixelFormat.Format32bppRgb] = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppPArgb] = PixelFormat.Format32bppPArgb;
            formatTranslations[PixelFormat.Format16bppGrayScale] = PixelFormat.Format16bppGrayScale;
            formatTranslations[PixelFormat.Format48bppRgb] = PixelFormat.Format48bppRgb;
            formatTranslations[PixelFormat.Format64bppArgb] = PixelFormat.Format64bppArgb;
            formatTranslations[PixelFormat.Format64bppPArgb] = PixelFormat.Format64bppPArgb;
        }

Same methods

ApplyMask::ApplyMask ( Bitmap maskImage ) : System
ApplyMask::ApplyMask ( UnmanagedImage unmanagedMaskImage ) : System
ApplyMask::ApplyMask ( byte mask ) : System