Color.ToRgb(Byte, Byte, Byte) Method

Definition

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)

Parameters

r
Byte
g
Byte
b
Byte

Applies to