'Declaration
Public Overloads Shared Function ToColor( _ ByVal a As Integer, _ ByVal r As Integer, _ ByVal g As Integer, _ ByVal b As Integer _ ) As Color
Parameters
- a
- The int that represents the alpha part of the Color.
- r
- The int that represents the red part of the Color.
- g
- The int that represents the green part of the Color.
- b
- The int that represents the blue part of the Color.
Return Value
The converted Color.