A collection of colors.
color Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| color value | List of real | r/w | The ink values that create the color, specified as a percentage for each ink. Note: The number of values required and the range depends on the color space. For RGB, specify three values, with each value in the range 0 to 255; for CMYK, specify four val… |
| id | integer | read | The unique ID of the color. |
| index | integer | read | The index of the color within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| model | spot, process, registration, mixedinkmodel, |
r/w | The color model. |
| name | text | r/w | The name of the color. |
| object reference | color | read | An object reference for the object. |
| parent | specifier | read | The parent of the color (a application or document). Can return: application or document. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| space | RGB, CMYK, LAB, MixedInk, |
r/w | The color space. |