[Name] COLOR [Description] Opens up a color picker, or the user may manually enter a comma-separated value Configuration string: COLOR_SPEC%%COLOR_VALUE_FORMAT% : One of {RGB,HSV,CMYK,HSL} and an optional 'A' for alpha channel and either 'F' for float values, 'H' for hex values, or default integer values if neither 'F' or 'H' is specified. Float values are to be in the range 0.0-1.0, hex values in the range of #00 and #FF, and integer values to be in the range 0-255. e.g for COLOR_SPEC%RGBAF return value will look like "0.565,0.678,0.789,0.3333" : By default it returns (and expects) comma delimited values like r,g,b[,a]. Other supported formats are: - () - [] - #(rgb) for #FFFFFF formatted output Opening and closing brackets are compulsory. Any format that cannot be interpreted correctly will in the default output consisting of comma separated values e.g. rgb() will output like rgb(r,g,b) or CMYK[] will output like CMYK[c,m,y,k] The GUI though will accept colors in either float or integer format In a Transformer (*.fmx) File Syntax PARAMETER_NAME: COLOR_VALUE PARAMETER_TYPE: COLOR PARAMETER_PROMPT: New Color Picker: PARAMETER_DEFAULT: Example PARAMETER_NAME: COLOR_VALUE PARAMETER_TYPE: COLOR COLOR_SPEC%RGBAF%COLOR_VALUE_FORMAT%rgb() PARAMETER_PROMPT: Background Color: PARAMETER_DEFAULT: rgb(0.5,0.6,0.7,0.9) In a Reader/Writer (*.fmf, *.fmi) File Syntax [DEFAULT_VALUE ] GUI COLOR