ExtensionMethods.ToArgb(Color) Method

Definition

Returns a uint representing the ARGB value of the color

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

Parameters

color
Color

The color

Returns

The ARGB value of the color

Applies to