'Declaration
Public Function New( _ ByVal alpha As System.Byte, _ ByVal red As System.Byte, _ ByVal green As System.Byte, _ ByVal blue As System.Byte _ )
'Usage
Dim alpha As System.Byte Dim red As System.Byte Dim green As System.Byte Dim blue As System.Byte Dim instance As New NArgbColor(alpha, red, green, blue)
Parameters
- alpha
- red
- green
- blue