예제 #1
0
        public static void Render()
        {
            //Tint:色彩
            App.Model.SecondCanvasImage = Adjust.GetTint(App.Model.SecondSourceRenderTarget, App.Setting.Tint, App.Model.TintColor);

            App.Model.isReRender = true; //重新渲染
            App.Model.Refresh++;         //画布刷新
        }