C# Class ARCed.Core.ColorHandler.HSV

Struct containing data for a color of the HSV color space.
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
HSV ( int a, int h, int s, int v ) : System

Default constructor

ToString ( ) : string

Converts and returns the string representation of the object

Method Details

HSV() public méthode

Default constructor
public HSV ( int a, int h, int s, int v ) : System
a int Alpha value
h int Hue value
s int Saturation value
v int Value value
Résultat System

ToString() public méthode

Converts and returns the string representation of the object
public ToString ( ) : string
Résultat string