函数:修改视图窗口背景色
1 -----修改视图窗口背景色 2 fn setBckgroundColor theColor = 3 ( 4 SetUIColor 41 (theColor/255) 5 colorMan.repaintUI #repaintAll 6 ) 7 8 --setBckgroundColor (color 56 56 56) 9 --setBckgroundColor red
1 -----修改视图窗口背景色 2 fn setBckgroundColor theColor = 3 ( 4 SetUIColor 41 (theColor/255) 5 colorMan.repaintUI #repaintAll 6 ) 7 8 --setBckgroundColor (color 56 56 56) 9 --setBckgroundColor red