C# Class TowerAnimator.Utility

Mostra file Open project: uiacm/tower_creator

Public Methods

Method Description
HsvToRgb ( double hue, double saturation, double value ) : Color

Converts an HSV color specification to a System.Drawing.Color.

Method Details

HsvToRgb() public static method

Converts an HSV color specification to a System.Drawing.Color.
public static HsvToRgb ( double hue, double saturation, double value ) : Color
hue double Hue in [0, 360)
saturation double Saturation in [0, 1)
value double Value in [0, 1)
return Color