ExtensionMethods.ToArgb(Color) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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