1
wei
2021-06-09 cda2410f9c29f2fadc16e9de38ccae95b75a89dd
HDL_ON/Entity/Function/Light.cs
@@ -15,6 +15,10 @@
        {
            var color = function.GetAttrState(FunctionAttributeKey.RGB).Split(",");
            if(color.Length!= 3)
            {
                color = new string[] {"100", "100", "100" };
            }
            int redColor = 0;
            int greenColor = 0;
            int blueColor = 0;