1
wxr
2020-12-15 1ecba3f7432912d4eb7637355f4dfae676059e00
HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
@@ -153,6 +153,10 @@
                ColorImagePath = "FunctionIcon/Light/ColorWheel.png",
            };
            controlView.AddChidren(colorPicker);
            if(light.trait_on_off.curValue.ToString() == "off")
            {
                colorPicker.ColorImagePath = "FunctionIcon/Light/ColorWheel.png";
            }
            #region 亮度调节
            var btnBrightnessText = new Button()