Color.FromUint(UInt32) Method

Definition

public:
 static Microsoft::Maui::Graphics::Color ^ FromUint(System::UInt32 argb);
public static Microsoft.Maui.Graphics.Color FromUint (uint argb);
static member FromUint : uint32 -> Microsoft.Maui.Graphics.Color
Public Shared Function FromUint (argb As UInteger) As Color

Parameters

argb
UInt32

Returns

Applies to