Color4Ub(Byte, Byte, Byte, Byte) 构造函数

定义

public:
 Color4Ub(System::Byte r, System::Byte g, System::Byte b, System::Byte a);
public Color4Ub (byte r, byte g, byte b, byte a);
new Microsoft.Azure.RemoteRendering.Color4Ub : byte * byte * byte * byte -> Microsoft.Azure.RemoteRendering.Color4Ub
Public Sub New (r As Byte, g As Byte, b As Byte, a As Byte)

参数

r
Byte
g
Byte
b
Byte
a
Byte

适用于