Property | Type | Description | |
---|---|---|---|
Hue | int | ||
Saturation | int | ||
Value | int |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
HsvColor ( int hue, int saturation, int value ) : System | ||
ToRgb ( ) : |
||
ToString ( ) : string | ||
operator ( ) : bool |
public HsvColor ( int hue, int saturation, int value ) : System | ||
hue | int | |
saturation | int | |
value | int | |
return | System |