TitleWindow 和Alert的 背景 自定义

关键字: titlewindow 和alert的 背景 自定义

FLEX默认的 TitleWindow 和Alert的 背景(模态对话框的背景)模糊样式是白色的

所以当我们的皮肤颜色是深色的时候 会很不匹配,所以我们直需要在STYLE中加         

    modalTransparencyColor: #011630; //背景的颜色。可以不要 更好的
    modalTransparencyBlur: 5;            //模糊程度
    modalTransparency: 0.2;                //透明度

相关文章:

  • 2021-10-19
  • 2021-05-30
  • 2021-12-31
  • 2021-11-20
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
相关资源
相似解决方案