C# Class entity.MetaEditor2.ColorHandler.HSV

The hsv.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
Hue int
Saturation int
value int

Méthodes publiques

Méthode Description
HSV ( int H, int S, int V ) : System

Initializes a new instance of the HSV struct.

ToString ( ) : string

The to string.

Method Details

HSV() public méthode

Initializes a new instance of the HSV struct.
public HSV ( int H, int S, int V ) : System
H int The H.
S int The S.
V int The V.
Résultat System

ToString() public méthode

The to string.
public ToString ( ) : string
Résultat string

Property Details

Hue public_oe property

The hue.
public int Hue
Résultat int

Saturation public_oe property

The saturation.
public int Saturation
Résultat int

value public_oe property

The value.
public int value
Résultat int