次の方法で共有


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

適用対象