Color.ToRgb(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.
public:
void ToRgb([Runtime::InteropServices::Out] System::Byte % r, [Runtime::InteropServices::Out] System::Byte % g, [Runtime::InteropServices::Out] System::Byte % b);
public void ToRgb (out byte r, out byte g, out byte b);
member this.ToRgb : byte * byte * byte -> unit
Public Sub ToRgb (ByRef r As Byte, ByRef g As Byte, ByRef b As Byte)
Paramètres
- r
- Byte
- g
- Byte
- b
- Byte