Color.FromArgb(Byte, Byte, Byte, Byte) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un struct Color en utilisant le canal alpha sRVB et les valeurs de canaux de couleurs spécifiés.
public:
static Windows::UI::Color FromArgb(System::Byte a, System::Byte r, System::Byte g, System::Byte b);
public static Windows.UI.Color FromArgb (byte a, byte r, byte g, byte b);
static member FromArgb : byte * byte * byte * byte -> Windows.UI.Color
Public Shared Function FromArgb (a As Byte, r As Byte, g As Byte, b As Byte) As Color
Paramètres
Retours
Struct Color avec les valeurs spécifiées.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Color
Pour plus d’informations, consultez Couleur dans les informations de référence sur l’API UWP.