This commit is contained in:
monitor1394
2022-03-29 22:06:10 +08:00
parent b784900fda
commit 1ad87920d0
17 changed files with 130 additions and 117 deletions

View File

@@ -138,7 +138,7 @@ namespace XCharts.Runtime
public Color32 GetBackgroundColor(Background background)
{
if (background != null && background.show && background.hideThemeBackgroundColor)
return ChartConst.clearColor32;
return background.imageColor;
else
return backgroundColor;
}