Color.ToRgba(Byte, Byte, Byte, Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.