C# Class Bubbles.Patch.Extensions

Show file Open project: Jaxe-Dev/Bubbles

Public Methods

Method Description
Bold ( string self ) : string
Italic ( string self ) : string
ToPercentageFloat ( int self ) : float
WithAlpha ( Color self, float alpha ) : Color

Method Details

Bold() public static method

public static Bold ( string self ) : string
self string
return string

Italic() public static method

public static Italic ( string self ) : string
self string
return string

ToPercentageFloat() public static method

public static ToPercentageFloat ( int self ) : float
self int
return float

WithAlpha() public static method

public static WithAlpha ( Color self, float alpha ) : Color
self Color
alpha float
return Color