Property | Type | Description | |
---|---|---|---|
Hue | int | ||
Saturation | int | ||
value | int |
Method | Description | |
---|---|---|
HSV ( int H, int S, int V ) : System |
Initializes a new instance of the HSV struct.
|
|
ToString ( ) : string |
The to string.
|
public HSV ( int H, int S, int V ) : System | ||
H | int | The H. |
S | int | The S. |
V | int | The V. |
return | System |