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

RotateChannels() public method

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