C# 클래스 SVGColorExtractor, UnitySVG

파일 보기 프로젝트 열기: MrJoy/UnitySVG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConstantColors Color>.Dictionary

공개 메소드들

메소드 설명
ConstColor ( string name ) : Color
HexColor ( string colorStr ) : Color
IsConstName ( string textColor ) : bool
IsHexColor ( string colorStr ) : bool

비공개 메소드들

메소드 설명
ParseHexDigit ( char c ) : int
change ( int r, int g, int b ) : Color

메소드 상세

ConstColor() 공개 정적인 메소드

public static ConstColor ( string name ) : Color
name string
리턴 Color

HexColor() 공개 정적인 메소드

public static HexColor ( string colorStr ) : Color
colorStr string
리턴 Color

IsConstName() 공개 정적인 메소드

public static IsConstName ( string textColor ) : bool
textColor string
리턴 bool

IsHexColor() 공개 정적인 메소드

public static IsHexColor ( string colorStr ) : bool
colorStr string
리턴 bool

프로퍼티 상세

ConstantColors 공개적으로 정적으로 프로퍼티

public static Dictionary ConstantColors
리턴 Color>.Dictionary