![]() |
Mako 8.3.0 API
MakoCore SDK API Documentation
|
Description of a simple spot halftone, at 45 degrees, using Jaws's default spot function. Used for monochrome rendering. More...
#include <jawsmako/jawsmako.h>
Public Member Functions | |
| CSpotHalftone (float freq, bool useFullResForFlattening=false) | |
| Public Member Functions inherited from JawsMako::IJawsRenderer::IHalftone | |
| virtual | ~IHalftone () |
Public Attributes | |
| float | frequency |
| The frequency of the spot function, in lines per inch. | |
| bool | useFullResolutionForFlattening |
Description of a simple spot halftone, at 45 degrees, using Jaws's default spot function. Used for monochrome rendering.
|
inline |
| float JawsMako::IJawsRenderer::CSpotHalftone::frequency |
The frequency of the spot function, in lines per inch.
| bool JawsMako::IJawsRenderer::CSpotHalftone::useFullResolutionForFlattening |
Normally, the resolution at which flattening for transparent images occurs is capped at twice the frequency. For some content, this may not be appropriate. Set this to true to use the full device resolution.