![]() |
Mako 8.4.0 API
MakoCore SDK API Documentation
|
Description of a Type 3 8-bit threshold array halftone for use with monochrome rendering. Please refer to section 7.4.5 of the PostScript language reference manual, 3rd edition. More...
#include <jawsmako/renderspec.h>
Public Member Functions | |
| CThresholdArrayHalftone () | |
| Public Member Functions inherited from JawsMako::IHalftone | |
| virtual | ~IHalftone ()=default |
Public Attributes | |
| uint32 | width |
| The width of the halftone cell in pixels. | |
| uint32 | height |
| the height of the halftone cell in pixels | |
| CEDLVector< uint8 > | thresholdArray |
| The threshold array. Must be width x height bytes in size, and no larger than 65535 bytes. | |
Description of a Type 3 8-bit threshold array halftone for use with monochrome rendering. Please refer to section 7.4.5 of the PostScript language reference manual, 3rd edition.
|
inline |
| uint32 JawsMako::CThresholdArrayHalftone::height |
the height of the halftone cell in pixels
| CEDLVector<uint8> JawsMako::CThresholdArrayHalftone::thresholdArray |
The threshold array. Must be width x height bytes in size, and no larger than 65535 bytes.
| uint32 JawsMako::CThresholdArrayHalftone::width |
The width of the halftone cell in pixels.