Color specifies the color to use for the horizontal volume control that appears when a user minimizes Windows® Media Center.

Values

Integer

Specifies the integer representation of the color for the horizontal volume control by using the RGB color model. The default value is 65280 (green).

The RGB color model is used for specifying colors. This 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.

Valid Passes

specialize

Parent Hierarchy

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-ehome-reg-inf.

XML Example

The following example shows how to configure the horizontal volume control to display as blue when the user minimizes Windows Media Center.

  Copy Code
<Color>16711680</Color>

See Also