A collection of tints.
tint Properties
| Property | Type | Access | Description |
|---|---|---|---|
| base color | color | read | The color that the tint is based on. |
| class | type | read | The class descriptor type. |
| color value | List of real | read | 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 tint. |
| index | integer | read | The index of the tint within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| model | spot, process, registration, mixedinkmodel, |
read | The color model. |
| name | text | read | The name of the tint. |
| object reference | tint | read | An object reference for the object. |
| parent | specifier | read | The parent of the tint (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, |
read | The color space. |
| tint value | real | r/w | The percent of the base color. (Range: 0 to 100). Can return: fixed (0 – 100). |