C# 클래스 DataServer.ColorReflector

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
GetThisColor ( string colorString ) : Color
SetFromHex ( this c, string hex ) : void
ToColorFromHex ( string hex ) : Color
ToColorFromHexWithUndefined ( string hex ) : Color?

메소드 상세

GetThisColor() 공개 정적인 메소드

public static GetThisColor ( string colorString ) : Color
colorString string
리턴 Color

SetFromHex() 공개 정적인 메소드

public static SetFromHex ( this c, string hex ) : void
c this
hex string
리턴 void

ToColorFromHex() 공개 정적인 메소드

public static ToColorFromHex ( string hex ) : Color
hex string
리턴 Color

ToColorFromHexWithUndefined() 공개 정적인 메소드

public static ToColorFromHexWithUndefined ( string hex ) : Color?
hex string
리턴 Color?