ExtensionMethods::ToColorFromRgba Method (UInt32)

 

Microsoft internal use only.

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

public:
[ExtensionAttribute]
static Color ToColorFromRgba(
	unsigned int colorValue
)

Parameters

colorValue
Type: System::UInt32

The RGBA value.

Return Value

Type: System.Windows.Media::Color

The color.

Return to top
Show: