public static Color ColorFromAhsb( float alpha, float hue, float saturation, float brightness )
Parameters
- alpha
- The transparency of the color; 0.0f is completely transparent, 1.0f is completely opaque.
- hue
- The "Hue" component of the color according to the HSB color model.
- saturation
- The "Saturation" component of the color according to the HSB color model.
- brightness
- The "Brightness" component of the color according to the HSB color model.
Return Value
Returns a
System.Drawing.Color
structure.