Example #1
0
        public Vector4 ParseVector4(string value)
        {
            value = DecodeString(value);

            return(ParseUtils.ParseVector4(value));
        }
Example #2
0
        public Color ParseColor(string value)
        {
            value = DecodeString(value);

            return(ParseUtils.ParseColor(value));
        }