Classes | |
| class | IlvPSColorDevice |
| Class implementing a dump device in PostScript (color-enabled). More... | |
| class | IlvPSDevice |
| Class implementing a dump device in PostScript. More... | |
Enumerations | |
| enum | IlvPSColorModel { IlvPSGrayScale, IlvPSColor } |
| Values to specify the color model used for PostScript printing. More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvPSDevice and IlvPSColorDevice classes.
| enum IlvPSColorModel |
Values to specify the color model used for PostScript printing.
These values are used by IlvPSDevice::getColorModel() and IlvPSDevice::setColorModel().
| Enumerator | |
|---|---|
| IlvPSGrayScale | For grayscale printing. |
| IlvPSColor | For color printing. |