Color.ToRgba(Byte, Byte, Byte, Byte) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- r
- Byte
- g
- Byte
- b
- Byte
- a
- Byte