Color
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
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
Microsoft-Windows-ehome-reg-inf | Color
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.
<Color>16711680</Color>