wei
2021-04-14 1498a62d1d44d715e310b42e3133aa8cdc6eec92
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;