C# Class entity.MetaEditor2.ColorHandler.HSV

The hsv.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
Hue int
Saturation int
value int

Public Methods

Method 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 method

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.
return System

ToString() public method

The to string.
public ToString ( ) : string
return string

Property Details

Hue public_oe property

The hue.
public int Hue
return int

Saturation public_oe property

The saturation.
public int Saturation
return int

value public_oe property

The value.
public int value
return int