Method | Description | |
---|---|---|
FromHtml ( this htmlColor ) : |
HTML Color Code를 Color로 변환합니다.
|
|
ToHexString ( this color ) : string |
RGB 값을 Hex format으로 만든다
|
|
ToHtmlColor ( this color ) : string |
Color 정보를 HTML Color 형식의 문자열로 반환합니다.
|
public static FromHtml ( this htmlColor ) : |
||
htmlColor | this | Html Color (예: #00FF00) |
return |
public static ToHexString ( this color ) : string | ||
color | this | |
return | string |
public static ToHtmlColor ( this color ) : string | ||
color | this | |
return | string |