메소드 | 설명 | |
---|---|---|
GetThisColor ( string colorString ) : Color | ||
SetFromHex ( this c, string hex ) : void | ||
ToColorFromHex ( string hex ) : Color | ||
ToColorFromHexWithUndefined ( string hex ) : Color? |
public static GetThisColor ( string colorString ) : Color | ||
colorString | string | |
리턴 | Color |
public static SetFromHex ( this c, string hex ) : void | ||
c | this | |
hex | string | |
리턴 | void |
public static ToColorFromHexWithUndefined ( string hex ) : Color? | ||
hex | string | |
리턴 | Color? |