diff --git a/Spine/Exporters/BaseExporter.cs b/Spine/Exporters/BaseExporter.cs index 7614a92..ec7b200 100644 --- a/Spine/Exporters/BaseExporter.cs +++ b/Spine/Exporters/BaseExporter.cs @@ -82,12 +82,12 @@ namespace Spine.Exporters _backgroundColorPma = bcPma; } } - protected Color _backgroundColor = Color.Transparent; + protected Color _backgroundColor = Color.Black; /// /// 预乘后的背景颜色 /// - protected Color _backgroundColorPma = Color.Transparent; + protected Color _backgroundColorPma = Color.Black; /// /// 画面分辨率 diff --git a/SpineViewer/ViewModels/Exporters/BaseExporterViewModel.cs b/SpineViewer/ViewModels/Exporters/BaseExporterViewModel.cs index 66fb38b..59aa4d6 100644 --- a/SpineViewer/ViewModels/Exporters/BaseExporterViewModel.cs +++ b/SpineViewer/ViewModels/Exporters/BaseExporterViewModel.cs @@ -54,7 +54,7 @@ namespace SpineViewer.ViewModels.Exporters /// 背景颜色 /// public Color BackgroundColor { get => _backgroundColor; set => SetProperty(ref _backgroundColor, value); } - protected Color _backgroundColor = Color.FromArgb(0, 0, 0, 0); + protected Color _backgroundColor = Color.FromArgb(255, 0, 0, 0); /// /// 四周边缘距离