Mako 8.4.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
JawsMako::CThresholdArrayHalftone Class Reference

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>

Inheritance diagram for JawsMako::CThresholdArrayHalftone:
[legend]

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< uint8thresholdArray
 The threshold array. Must be width x height bytes in size, and no larger than 65535 bytes.

Detailed Description

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.

Constructor & Destructor Documentation

◆ CThresholdArrayHalftone()

JawsMako::CThresholdArrayHalftone::CThresholdArrayHalftone ( )
inline

Member Data Documentation

◆ height

uint32 JawsMako::CThresholdArrayHalftone::height

the height of the halftone cell in pixels

◆ thresholdArray

CEDLVector<uint8> JawsMako::CThresholdArrayHalftone::thresholdArray

The threshold array. Must be width x height bytes in size, and no larger than 65535 bytes.

◆ width

uint32 JawsMako::CThresholdArrayHalftone::width

The width of the halftone cell in pixels.


The documentation for this class was generated from the following file: