Method | Description | |
---|---|---|
Bold ( string self ) : string | ||
Italic ( string self ) : string | ||
ToPercentageFloat ( int self ) : float | ||
WithAlpha ( Color self, float alpha ) : Color |
public static Italic ( string self ) : string | ||
self | string | |
return | string |
public static ToPercentageFloat ( int self ) : float | ||
self | int | |
return | float |
public static WithAlpha ( Color self, float alpha ) : Color | ||
self | Color | |
alpha | float | |
return | Color |