Color.FromUint(UInt32) Metodo

Definizione

Restituisce un nuovo colore con il valore RGBA richiesto.

public static Xamarin.Forms.Color FromUint (uint argb);
static member FromUint : uint32 -> Xamarin.Forms.Color

Parametri

argb
System.UInt32

Unità che rappresenta il valore RGBA del colore.

Restituisce

Colore RGBA.

Commenti

Il argb parametro deve rappresentare un intero senza segno che può essere rappresentato da una stringa esadecimale corrispondente al formato "AARRGGBB".

Si applica a