IVsUIShell6::GetThemedColor Method (Guid, String^, UInt32)

 

Gets the current RGBA value of a themed color. This method fails if the color does not exist.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::UInt32

The RGBA value of the themed color.

Return to top
Show: