ExtensionMethods::ToArgb Method (Color)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static unsigned int ToArgb(
	Color color
)

Parameters

color
Type: System.Windows.Media::Color

The color.

Return Value

Type: System::UInt32

The ARGB value of the color.

Return to top
Show: