Color simulation occurs independently at the object level.
•
Named Colors
Convert Named Color to RGB Process Color using the following table.
This table defines the valid color values used to specify named colors in PTOCA, GOCA, BCOCA,
IOCA and IM objects. The table also specifies the RGB values for each named color, assuming that
each component is specified with 8 bits and that the component intensity range 0 to 1 is mapped to the
binary value range 0 to 255. For a definition of the supported colors for individual objects refer to the
appropriate OCA specifications, since some objects only support a subset of the colors.
Range Named Color Red (R) Green (G) Blue (B)
X'0000' or
X'FF00'
Printer Default
(Black)
0 0 0
X'0001' or
X'FF01'
Blue 0 0 255
X'0002' or
X'FF02'
Red 255 0 0
X'0003' or
X'FF03'
Pink (magenta) 255 0 255
X'0004' or
X'FF04'
Green 0 255
X'0005' or
X'FF05'
Turquoise (cyan) 0 255 255
X'0006' or
X'FF06'
Yellow 255 255 0
X'0007' White 255 255 255
X'0008' Black 0 0 0
X'0009' Dark Blue 0 0 170
X'000A Orange 255 128 0
X'000B' Purple 170 0 170
X'000C' Dark Green 0 146 0
X'000D' Dark Turquoise 0 147 170
X'000E' Mustard 196 160 32
Color Simulation
31