BitMiracle.LibJpeg.Classic.Internal.my_upsampler.noop_upsample C# (CSharp) 메소드

noop_upsample() 개인적인 정적인 메소드

This is a no-op version used for "uninteresting" components. These components will not be referenced by color conversion.
private static noop_upsample ( ) : void
리턴 void
        private static void noop_upsample()
        {
            // do nothing
        }