C# Class Netsy.DataModel.HsvColor

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

Méthodes publiques

Méthode 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 méthode

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>
Résultat System.Globalization

HsvColor() public méthode

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
Résultat System.Globalization

ToString() public méthode

Display for debug or for sending to server
public ToString ( ) : string
Résultat string