public Vector4 ParseVector4(string value) { value = DecodeString(value); return(ParseUtils.ParseVector4(value)); }
public Color ParseColor(string value) { value = DecodeString(value); return(ParseUtils.ParseColor(value)); }