프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Hue | int | ||
Saturation | int | ||
Value | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |