wxr
2020-12-15 dbf79099f47d5f06223edfd5b8dc06c51b1830aa
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()