Пример #1
0
            private static Color[] ExtractEyebrowColor(string preset)
            {
                if (string.IsNullOrEmpty(preset))
                {
                    return(null);
                }

                return(CASUtils.ExtractEyebrowColor(preset));
            }