BitMiracle.LibJpeg.Classic.Internal.my_2pass_cquantizer.finish_pass1 C# (CSharp) Method

finish_pass1() private method

Finish up at the end of each pass.
private finish_pass1 ( ) : void
return void
        private void finish_pass1()
        {
            /* Select the representative colors and fill in cinfo.colormap */
            m_cinfo.m_colormap = m_sv_colormap;
            select_colors(m_desired);

            /* Force next pass to zero the color index table */
            m_needs_zeroed = true;
        }