Class
duplicate, extractLabel, insertLabel, merge, remove
Color
A color swatch. Base Class: Swatch
Superclass of Tint
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
colorValue | Array of number | 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 values representing C, M, Y, and K, with each value in the range 0 to 100; for LAB, specify three values representing L (Range: 0 to 100), A (Range: -128 to 127), and B (Range: -128 to 127); for mixed ink, specify values for each ink in the ink list, with each value in the range 0 to 100. |
id | number | readonly | The unique ID of the Color. |
index | number | readonly | The index of the Color within its containing object. |
label | string | r/w | A property that can be set to any string. |
model | ColorModel: ColorModel.SPOT ColorModel.PROCESS ColorModel.REGISTRATION ColorModel.MIXEDINKMODEL |
r/w | The color model. |
name | string | r/w | The name of the Color. |
parent | Application Document |
readonly | The parent of the Color (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
space | ColorSpace: ColorSpace.RGB ColorSpace.CMYK ColorSpace.LAB ColorSpace.MIXEDINK |
r/w | The color space. |
Methods
Instances
Color duplicate ()
Duplicates the Color.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
void merge (with:
any)
Merge one or more other swatches into this one.
Parameter | Type | Description |
---|---|---|
with |
Array
of Swatches String Swatch | The swatches to merge. Can accept: Array of Swatches, Swatch or String. |
void remove (replacingWith:
Swatch)
Delete swatch.
Parameter | Type | Description |
---|---|---|
replacingWith | Swatch | The swatch to apply in place of this one |
Element of
GradientStop.stopColor
Used in:
Return
Color Color.duplicate ()
Color Colors.add ([withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |