[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Presents the available color spaces. [Property] ColorSpace=Sets the color space. ARG(I1_ColorSpace)|14|0|CIELab,CIELCh,CIELuv,CIELChuv,CIEuvY1960,CIEuvY1976,CIEXYZ,CIExyY,HunterLab,RxRyRz,LABmg,LCHmg,RGB [Methods] doParse=Parses from the string. ARG(string value)|1|0 *doMembers=Gets all the members of the enumeration. ARG()|1|0 onParse=Occurs after invoke method doParse and returns the result. ARG(I1_ColorSpace)|2|0 *onMembers=Occurs after invoke method doMembers and returns all the members of the enumeration one by one. ARG(object)|2|0 ColorSpace=Returns the member of enumeration. ARG(I1_ColorSpace)|3|0 Result=Returns the result. ARG(I1_ColorSpace)|3|0 Value=Defines the string to parse. ARG(string)|4|2