ExtensionMethods.ToColorFromRgba(UInt32) Method

Definition

Returns a Color object from RGBA

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

Parameters

colorValue
UInt32

Uint value representing a RGBA color value

Returns

The Color

Applies to