简体   繁体   English

彩色启动画面 - UWP应用程序

[英]Color Splash Screen - UWP app

Is it possible to set a color of our choice for SplashScreen or do I have to use an already defined color? 是否可以为SplashScreen设置我们选择的颜色,还是必须使用已定义的颜色?

For example, I want to use a green (MediumSpringGreen), but wanted to change the transparency of this color, making it slightly lighter. 例如,我想使用绿色(MediumSpringGreen),但想要更改此颜色的透明度,使其稍微变亮。

You can customize this in the package.appxmanifest file. 您可以在package.appxmanifest文件中自定义它。

  1. Open the file. 打开文件。
  2. Select the Visual Assets tab. 选择Visual Assets选项卡。
  3. Select Splash Screen. 选择启动画面。
  4. Enter a hexadecimal color value in Splash screen background. Splash屏幕背景中输入十六进制颜色值

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM