AForge.Imaging.Filters.YCbCrReplaceChannel.YCbCrReplaceChannel C# (CSharp) Method

YCbCrReplaceChannel() private method

private YCbCrReplaceChannel ( ) : System
return System
        private YCbCrReplaceChannel( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format24bppRgb]  = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb]  = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }

Same methods

YCbCrReplaceChannel::YCbCrReplaceChannel ( short channel, Bitmap channelImage ) : System
YCbCrReplaceChannel::YCbCrReplaceChannel ( short channel, UnmanagedImage channelImage ) : System