C# 클래스 Bubbles.Patch.Extensions

파일 보기 프로젝트 열기: Jaxe-Dev/Bubbles

공개 메소드들

메소드 설명
Bold ( string self ) : string
Italic ( string self ) : string
ToPercentageFloat ( int self ) : float
WithAlpha ( Color self, float alpha ) : Color

메소드 상세

Bold() 공개 정적인 메소드

public static Bold ( string self ) : string
self string
리턴 string

Italic() 공개 정적인 메소드

public static Italic ( string self ) : string
self string
리턴 string

ToPercentageFloat() 공개 정적인 메소드

public static ToPercentageFloat ( int self ) : float
self int
리턴 float

WithAlpha() 공개 정적인 메소드

public static WithAlpha ( Color self, float alpha ) : Color
self Color
alpha float
리턴 Color