Exemplo n.º 1
0
        private void GrayLowRefCompensation()
        {
            OC_Mode mode = DP213OCSet.Get_LowGrayRefCompensastion_OCMode();

            cmd.SendGammaSetApplyCMD(DP213OCSet.GetGammaSet(mode));
            base.SingleBand_RGB_Compensation(mode, band: 0);
            Sub_AM1_Compensation(mode, band: 0);
        }