From 411cdbb00f9e6528ebee91c13091c656a7cc6e2c Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 30 Mar 2025 11:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=B8=BA=E7=BA=AF=E9=BB=91=E9=80=8F=E6=98=8E=E8=83=8C?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Exporter/ExportArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpineViewer/Exporter/ExportArgs.cs b/SpineViewer/Exporter/ExportArgs.cs index 52315f0..d322f00 100644 --- a/SpineViewer/Exporter/ExportArgs.cs +++ b/SpineViewer/Exporter/ExportArgs.cs @@ -72,7 +72,7 @@ namespace SpineViewer.Exporter [Editor(typeof(SFMLColorEditor), typeof(UITypeEditor))] [TypeConverter(typeof(SFMLColorConverter))] [Category("[0] 导出"), DisplayName("背景颜色"), Description("要使用的背景色, 格式为 #RRGGBBAA")] - public SFML.Graphics.Color BackgroundColor { get; set; } = new(0, 255, 0, 0); + public SFML.Graphics.Color BackgroundColor { get; set; } = SFML.Graphics.Color.Transparent; /// /// 检查参数是否合法并规范化参数值, 否则返回用户错误原因