Color.ToRgba(Byte, Byte, Byte, Byte) Method

Definition

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)

Parameters

r
Byte
g
Byte
b
Byte
a
Byte

Applies to