Method | Description | |
---|---|---|
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 | |
return | Color |
public static SetFromHex ( this c, string hex ) : void | ||
c | this | |
hex | string | |
return | void |
public static ToColorFromHex ( string hex ) : Color | ||
hex | string | |
return | Color |
public static ToColorFromHexWithUndefined ( string hex ) : Color? | ||
hex | string | |
return | Color? |