修改默认导出背景颜色为不透明黑色

This commit is contained in:
ww-rm
2025-07-25 13:53:55 +08:00
parent ca34494483
commit 64a3caf938
2 changed files with 3 additions and 3 deletions

View File

@@ -82,12 +82,12 @@ namespace Spine.Exporters
_backgroundColorPma = bcPma;
}
}
protected Color _backgroundColor = Color.Transparent;
protected Color _backgroundColor = Color.Black;
/// <summary>
/// 预乘后的背景颜色
/// </summary>
protected Color _backgroundColorPma = Color.Transparent;
protected Color _backgroundColorPma = Color.Black;
/// <summary>
/// 画面分辨率