Initializes a new instance of the
ImGearRGBQuad structure with specified red, green, blue and reserved color values.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim red As Integer
Dim green As Integer
Dim blue As Integer
Dim reserved As Integer
Dim instance As New ImGearRGBQuad(red, green, blue, reserved)
public ImGearRGBQuad(
int ,
int ,
int ,
int
)
public: ImGearRGBQuad(
int ,
int ,
int ,
int
)
public:
ImGearRGBQuad(
int ,
int ,
int ,
int
)
Parameters
- red
- Red color value.
- green
- Green color value.
- blue
- Blue color value.
- reserved
- Reserved value.
See Also