C# Class Netsy.DataModel.HsvColor

A color value as HSV (Hue, Saturation and Value)
Inheritance: EtsyColor
Exibir arquivo Open project: AnthonySteele/Netsy Class Usage Examples

Public Methods

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

Method Details

HsvColor() public method

Initializes a new instance of the HsvColor class from numeric values
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

HsvColor() public method

Initializes a new instance of the HsvColor class from a string value
public HsvColor ( string value ) : System.Globalization
value string contains the full color value
return System.Globalization

ToString() public method

Display for debug or for sending to server
public ToString ( ) : string
return string