Color Constructor
Initializes a new instance of the Color struct.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Color(
byte a,
byte r,
byte g,
byte b
)
Public Sub New (
a As Byte,
r As Byte,
g As Byte,
b As Byte
)
new :
a : byte *
r : byte *
g : byte *
b : byte -> Color