duheng
2025-03-20 bc0ed5b6cfda6c72c06f451b77da8518c41ab210
1
2
3
4
5
6
7
8
//背景
 
//设置背景颜色
function setBackgroundColor(htmlColor, transparency) {
    var bgcolor = new Glodon.Web.Graphics.Color(htmlColor, transparency);
    _viewer.setBackgroundColor(bgcolor);
    _viewer.render();
}