namespace BeautifyEffect { public enum BEAUTIFY_PRESET { Soft = 10, Medium = 20, Strong = 30, Exaggerated = 40, Custom = 999 } }