Tint
A tint.
Tint Properties
| Property |
Type |
Access |
Description |
| BaseColor |
Color |
read |
The color upon which a tint is based. |
| ColorValue |
Array of Doubles |
r/w |
The values of the color as Array of Doubles. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Model |
idColorModel enumeration |
r/w |
The model of the color. |
| Name |
String |
r/w |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| Space |
idColorSpace enumeration |
r/w |
The color space. |
| TintValue |
Double (0 – 100) |
r/w |
The percentage of the base color. |
Tint Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| Duplicate |
Object |
Duplicates the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| Merge |
Swatch |
Merge one or more other swatches into this one. |
Previous post: Tints
Next post: TextWrapPreference