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

YCbCrLinear() public method

Initializes a new instance of the YCbCrLinear class.
public YCbCrLinear ( ) : System
return System
        public YCbCrLinear()
        {
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb] = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }