IVsUIShell5.GetThemedColor Method (Guid, String, UInt32)
Visual Studio 2015
Gets the current RGBA value of a themed color. This method fails if the color does not exist.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
uint GetThemedColor( [InAttribute] ref Guid colorCategory, string colorName, uint colorType )
Parameters
- colorCategory
-
Type:
System.Guid
[in] The color category of the themed color.
- colorName
-
Type:
System.String
[in] The color name of the themed color.
- colorType
-
Type:
System.UInt32
[in] The color type of the themed color.
The color categories are the following:
GUID_EnvironmentColorsCategory: {624ed9c3-bdfd-41fa-96c3-7c824ea32e3d}
GUID_TreeViewColorsCatetory: {92ecf08e-8b13-4cf4-99e9-ae2692382185}
GUID_HeaderColorsCatetory: {4997f547-1379-456e-b985-2f413cdfa536}
GUID_SearchControlColorsCatetory: {f1095fad-881f-45f1-8580-589e10325eb8}
Show: