prince-pdf-color-options: auto | use-true-black | use-rich-black
| Initial value |
auto
|
|---|---|
| Applies to | @prince-pdf at-rule |
| Inherited | no |
@prince-pdf {
prince-pdf-color-options: use-rich-black;
}
This property may be used to control the encoding of RGB blacks and grays:
when use-true-black is used, they are encoded in the /DeviceGray colorspace
in the PDF, instead of /DeviceRGB, whereas use-rich-black disables this behaviour
and keeps all the colors in RGB. Currently, auto is equivalent to use-true-black.
