ExtensionMethods.ToColorFromRgba(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 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