Parameters
- alpha
- The transparency of the color; 0.0f is completely transparent, 1.0f is completely opaque.
- red
- The "Red" component of the color according to the RGB color model.
- green
- The "Green" component of the color according to the RGB color model.
- blue
- The "Blue" component of the color according to the RGB color model.
Return Value
Returns a
System.Drawing.Color
structure.