AForge.Imaging.Filters.StereoAnaglyph.StereoAnaglyph C# (CSharp) Метод

StereoAnaglyph() публичный Метод

Initializes a new instance of the StereoAnaglyph class.
public StereoAnaglyph ( ) : System
Результат System
        public StereoAnaglyph( )
        {
            formatTranslations[PixelFormat.Format24bppRgb] = PixelFormat.Format24bppRgb;
        }

Same methods

StereoAnaglyph::StereoAnaglyph ( Algorithm anaglyphAlgorithm ) : System