메소드 | 설명 | |
---|---|---|
FromHsv ( double h, double S, double V ) : Color | ||
Interpolate ( this from, float ratio, Color to ) : Color | ||
ToHtml ( this color ) : string | ||
ToHtmlColor ( int value ) : string | ||
TryToHtml ( this color ) : string |
메소드 | 설명 | |
---|---|---|
Clamp ( int i ) : int |
public static FromHsv ( double h, double S, double V ) : Color | ||
h | double | |
S | double | |
V | double | |
리턴 | Color |
public static Interpolate ( this from, float ratio, Color to ) : Color | ||
from | this | |
ratio | float | |
to | Color | |
리턴 | Color |