A base class that describes base rendering properties common to all rendering operations. Not intended to be used directly. Instead, use instances of one of the subclasses that matches the rendering need.
More...
#include <renderspec.h>
|
IDOMColorSpacePtr | processSpace |
| The desired process color space of the result.
|
|
uint32 | width |
| The width, in pixels, of the result.
|
|
uint32 | height |
| The height, in pixels, of the result.
|
|
uint8 | depth |
| The depth, in bits (8 or 16), of the result.
|
|
FRect | sourceRect |
| The source area of the DOM that will be mapped to the output width and height.
|
|
uint8 | aaFactor |
| The aaFactor to be used. 1 means no anti-aliasing. The maximum value is 4.
|
|
bool | alpha |
| Whether or not alpha information should be produced.
|
|
CSpotColorNames | retainedSpotColors |
| Spot components to generate.
|
|
CSpotColorNames | ignoredSpotColors |
| Spot components to ignore.
|
|
A base class that describes base rendering properties common to all rendering operations. Not intended to be used directly. Instead, use instances of one of the subclasses that matches the rendering need.
The documentation for this class was generated from the following file: