Color.ToRgba(Byte, Byte, Byte, Byte) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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)
Parameter
- r
- Byte
- g
- Byte
- b
- Byte
- a
- Byte