Метод | Описание | |
---|---|---|
Bold ( string self ) : string | ||
Italic ( string self ) : string | ||
ToPercentageFloat ( int self ) : float | ||
WithAlpha ( Color self, float alpha ) : Color |
public static Bold ( string self ) : string | ||
self | string | |
Результат | string |
public static Italic ( string self ) : string | ||
self | string | |
Результат | string |
public static ToPercentageFloat ( int self ) : float | ||
self | int | |
Результат | float |
public static WithAlpha ( Color self, float alpha ) : Color | ||
self | Color | |
alpha | float | |
Результат | Color |