4

Is it possible to set a color of our choice for SplashScreen or do I have to use an already defined color?

For example, I want to use a green (MediumSpringGreen), but wanted to change the transparency of this color, making it slightly lighter.

Fernando Sousa
  • 241
  • 1
  • 5
  • 12

1 Answers1

22

You can customize this in the package.appxmanifest file.

  1. Open the file.
  2. Select the Visual Assets tab.
  3. Select Splash Screen.
  4. Enter a hexadecimal color value in Splash screen background.

Kevin Reid
  • 37,492
  • 13
  • 80
  • 108
Shawn Kendrot
  • 12,425
  • 1
  • 25
  • 41