Xamarin.Forms.Color.FromUint Method
Returns a new Color with the requested RGBA value.

Syntax

public static Color FromUint (uint argb)

Parameters

argb
A uint that represents the ARGB value of the color.

Returns

An RGBA color.

Remarks

The argb parameter must represent an unsigned integer that can be represented by hexadecimal string that matches the format "AARRGGBB".

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0