Share via


ExtensionMethods.ToColorFromArgb(UInt32) Method

Definition

Returns a Color object from ARGB

public:
[System::Runtime::CompilerServices::Extension]
 static System::Windows::Media::Color ToColorFromArgb(System::UInt32 colorValue);
public static System.Windows.Media.Color ToColorFromArgb (this uint colorValue);
static member ToColorFromArgb : uint32 -> System.Windows.Media.Color
<Extension()>
Public Function ToColorFromArgb (colorValue As UInteger) As Color

Parameters

colorValue
UInt32

Uint value representing an ARGB color value

Returns

The Color

Applies to