ExtensionMethods::ToRgba Method (Color)

 

Microsoft internal use only.

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

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

Parameters

color
Type: System.Windows.Media::Color

The color.

Return Value

Type: System::UInt32

The RGBA value.

Return to top
Show: