Method | Description | |
---|---|---|
HsvColor ( int hue, int saturation, int value ) : System.Globalization |
Initializes a new instance of the HsvColor class from numeric values
|
|
HsvColor ( string value ) : System.Globalization |
Initializes a new instance of the HsvColor class from a string value
|
|
ToString ( ) : string |
Display for debug or for sending to server
|
public HsvColor ( int hue, int saturation, int value ) : System.Globalization | ||
hue | int | the hue of the color |
saturation | int | the saturation of the color |
value | int | the value of the color> |
return | System.Globalization |
public HsvColor ( string value ) : System.Globalization | ||
value | string | contains the full color value |
return | System.Globalization |