ExtensionMethods.ToColorFromArgb(UInt32) 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 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