IVsUIShell6::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.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
unsigned int GetThemedColor( [InAttribute] Guid% colorCategory, String^ colorName, unsigned int 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.
Show: