TileColor (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the TileColor setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer that specifies the RGB background color of the OEM or organization tile on the Help and Support page.

By default, the background color is black. To change the background color, you must also configure the Logo setting to specify the OEM tile.

The RGB color model specifies the intensity of red, green, and blue on a scale of 0 to 255. A 0 (zero) indicates the minimum intensity. The settings of the three colors are converted to a single integer value by using the following formula:

RGB value = Red + (Green*256) + (Blue*256*256)

For more information and examples, see RGB Color Model on MSDN.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

HelpAndSupport

Products/Embedded Core/HelpAndSupport/HelpAndSupport/TileColor

XML Example

The following example shows how to set the background color of the OEM tile on the Help and Support page to green.

<HelpAndSupport>
    <Logo>C:\Windows\Fabrikam\FabrikamLogo.png</Logo>
    <TileColor>65280</TileColor>
</HelpAndSupport>

See Also

Concepts

Embedded Core Settings
Feature Module Settings