About Arbortext Styler > Document Preview and Publishing > Print Features Available with Arbortext Advanced Print Publisher > Color Handling
  
Color Handling
Named colors
A useful way of defining specific colors is to create a named color. A named color allows a single point of definition and update for a color that is used extensively through a template or stylesheet. Arbortext Advanced Print Publisher provides a method for creating a new color, which is then available from every location in which a color can be selected. The color can be specified using any of the supported color spaces, as a raster color or a gradient (see below).
Create named colors in an APP template and associate the template with your .style stylesheet. Use APP source code edits to call the named color, referring to it by name, wherever you wish to use that color.
Color spaces
Arbortext Advanced Print Publisher provides support for a number of color spaces that are more specific to print. By default, Arbortext Advanced Print Publisher uses the CMYK color space to define colors for all objects in a template, but it is also possible to use HSB and RGB values.
Arbortext Advanced Print Publisher also provides support for a number of color books from the CSS specification and Pantone. These color books provide predefined definitions of colors that should be displayed or printed the same on any output device. The Pantone color books supported by Arbortext Advanced Print Publisher are:
Pantone Matching System (4/C process)
Pantone Matching System (coated)
Pantone Matching System (uncoated)
Pantone Process
Pantone Process coated Euro
Pantone Solid to Process coated Euro
Colors from the Pantone and CSS color books are used by name and should be used as a named color.
Arbortext Advanced Print Publisher color spaces will require APP source code edits in your .style stylesheet, or native APP templates.
Gradients
Arbortext Advanced Print Publisher provides support for graduated colors. They can be created and used in the same way any other color.
Arbortext Advanced Print Publisher's graduated colors are built from a number of base colors and stops. Arbortext Advanced Print Publisher creates a blend from one color to the next. A gradient can have several stops, each with their own color. The stops are positioned along a linear range. You may also control the resolution of the gradient and the way the gradient should expand or tile within the area that uses it. The gradient can also be rotated.
To use a gradient, create it as a named color in an APP template associated with your .style stylesheet. Use APP source code edits to call the named color, referring to it by name, wherever you wish to use that color.
Rasters as colors
You might wish to use a raster as a color if you have large text that should be printed using an image. For example, if you would like text to appear as though created from an image of clouds, you can use the cloud image as a color and apply that to the text.
It is possible to specify that a color is derived from a raster that is loaded, or linked, to a template. As with gradients, raster colors can be used wherever a color can be used. A raster color also has controls for its appearance and alignment within the area that uses it.
Create a raster color as a named color in an APP template associated with your .style stylesheet. Use APP source code edits to call the color, referring to it by name, wherever you wish to use that color.
Tint and brightness
When using a color in Arbortext Advanced Print Publisher it is possible to specify its tint and brightness. This is similar to specifying color saturation and brightness in the HSB color space. Using tints and brightness is an excellent way of providing color coherence within a design, without requiring many colors to be defined.
To access tint and brightness, provide the necessary values as a ratio when calling the color. For example, for a 50% tint at 100% brightness of red, use 100/50 red. For a 25% tint at 50% brightness of blue, use 50/25 blue.
APP source code edits are required to access these features.
Color mode
When creating PDF in Arbortext Advanced Print Publisher, it is possible to specify the color mode. You can select from:
Color
Uses the color as defined in the template or attached images
Monochrome
Produces a monochrome PDF with no color
CMYK
Transforms all colors to the CMYK color space
RGB
Transforms all colors to the RGB color space
CMYK plus spot
Provides support for specific named colors in addition to CMYK
Arbortext Advanced Print Publisher is able to generate color separations when printing to PostScript and PDF. If you wish to print one or more named colors separately to the others, or to print the CMYK plates with additional plates for named colors, you can do this by creating a print control stream in Arbortext Advanced Print Publisher. You will need a native APP template to handle this, probably with the support of GSO or an APP partner.