|
Default Actions Library v1.0
Description: Actions in this Library are suitable for most
cocoa applications and for applications that use hexadecimal color syntax.
This Library is used by applications that do not have Actions Libraries or
Custom Profiles of their own.
The "Color" Action drags color swatches from Tangerine and drops
them on a Color Well control (note: Tangerine color swatches can also be used
to set colors in the Colors panel). With some cocoa applications – for
example, Apple's iWork – the 'Color' Action can be
used to drag and drop colors onto text and graphics within a document.
The "Hex Color" and "Hex Color without '#'" Actions
are suitable for most web development applications. Use these Actions to insert
hexadecimal color syntax into your code or property inspector window.
The Input Action "Hex Color
from Pasteboard" takes hexadecimal color syntax from the pasteboard
and add it to the palette. Note: you must first copy the syntax into
the pasteboard before trying to add it to the palette.
Supported Applications: General OS X Applications
Actions
| Name |
Description |
 |
Insert Hex Color |
Inserts hexadecimal color syntax. For example, '#003366'. |
 |
Insert Hex Color without '#' |
Inserts hexadecimal color syntax excluding the '#' symbol. For example,
'003366'. |
 |
Color |
Drag and drop a color. |
 |
Hex Color |
Drag and drop hexadecimal color syntax. For example, '#003366'. |
 |
Hex Color without '#' |
Drag and drop hexadecimal color syntax excluding the '#' symbol. For
example, '003366'. |
 |
Hex Color from Pasteboard |
Retrieves hexadecimal color syntax from the pasteboard. |
|