Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Clamp ( int i ) : int |
public static FromHsv ( double h, double S, double V ) : Color | ||
h | double | |
S | double | |
V | double | |
return | Color |
public static Interpolate ( this from, float ratio, Color to ) : Color | ||
from | this | |
ratio | float | |
to | Color | |
return | Color |
public static ToHtmlColor ( int value ) : string | ||
value | int | |
return | string |
public static TryToHtml ( this color ) : string | ||
color | this | |
return | string |