Share via


Color.ToRgb(Byte, Byte, Byte) 方法

定义

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)

参数

r
Byte
g
Byte
b
Byte

适用于