ListColors

Lists the color names that have been defined in a color dictionary file, and the associated color values.

Type: synchronous

Parameter Description Required
ColorDictionary The dictionary file. If the dictionary file is located in the colorcluster folder, in the StaticDataDirectory, you can specify just the file name. Otherwise specify a path - either absolute or relative to the Media Server executable file. Yes

Example

The following example lists the colors in the basic colors dictionary:

/action=ListColors&ColorDictionary=basiccolors.dat

Response

The response returns the color names that have been defined:

<autnresponse>
  <action>LISTCOLORS</action>
  <response>SUCCESS</response>
  <responsedata>
    <colorspace>RGB</colorspace>
    <dictionary>
      <entry>
        <colorname>white</colorname>
        <color weight="5">248 247 246</color>
        <color weight="4">236 233 224</color>
      </entry>
      <entry>
        <colorname>silver</colorname>
        <color weight="5">212 213 217</color>
        <color weight="1">169 179 181</color>
      </entry>
      ...
    </dictionary>
  </responsedata>
</autnresponse>

The response contains the following information for each entry in the dictionary:

_FT_HTML5_bannerTitle.htm