Color.ToRgba(Byte, Byte, Byte, Byte) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
void ToRgba([Runtime::InteropServices::Out] System::Byte % r, [Runtime::InteropServices::Out] System::Byte % g, [Runtime::InteropServices::Out] System::Byte % b, [Runtime::InteropServices::Out] System::Byte % a);
public void ToRgba (out byte r, out byte g, out byte b, out byte a);
member this.ToRgba : byte * byte * byte * byte -> unit
Public Sub ToRgba (ByRef r As Byte, ByRef g As Byte, ByRef b As Byte, ByRef a As Byte)
Parámetros
- r
- Byte
- g
- Byte
- b
- Byte
- a
- Byte