프로퍼티 | 타입 | 설명 | |
---|---|---|---|
H | byte | ||
L | byte | ||
RGB | |||
S | byte |
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
FromHSV ( float h, float s, float v ) : |
||
FromRGB ( int r, int g, int b ) : |
||
GetHashCode ( ) : int | ||
HSLColor ( |
||
HSLColor ( byte h, byte s, byte l ) : System.Drawing | ||
RGBFromHSL ( float h, float s, float l ) : |
||
ToHSV ( float &h, float &s, float &v ) : void | ||
ToHexString ( ) : string | ||
ToHexString ( |
||
ToString ( ) : string | ||
TryParseRGB ( string value, |
||
operator ( ) : bool |
public static FromHSV ( float h, float s, float v ) : |
||
h | float | |
s | float | |
v | float | |
리턴 |
public static FromRGB ( int r, int g, int b ) : |
||
r | int | |
g | int | |
b | int | |
리턴 |
public HSLColor ( |
||
color | ||
리턴 | System.Drawing |
public HSLColor ( byte h, byte s, byte l ) : System.Drawing | ||
h | byte | |
s | byte | |
l | byte | |
리턴 | System.Drawing |
public static RGBFromHSL ( float h, float s, float l ) : |
||
h | float | |
s | float | |
l | float | |
리턴 |
public static ToHexString ( |
||
color | ||
리턴 | string |
public static TryParseRGB ( string value, |
||
value | string | |
color | ||
리턴 | bool |