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

RGChromacity() public method

Initializes a new instance of the RGChromacity class.
public RGChromacity ( ) : System
return System
        public RGChromacity()
        {
            formatTranslations = new Dictionary<PixelFormat, PixelFormat>();
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb] = PixelFormat.Format32bppArgb;
        }