Mako 7.5.0 API
Loading...
Searching...
No Matches
Rendering

Classes and methods for rendering content. More...

Topics

 Transparency blend modes
 An enum for transparency blend modes.
 
 Halftones
 An abstract base class for communicating halftone information to the Jaws renderer, for use with renderScreened() and renderScreenedToFrameBuffers()
 

Classes

class  JawsMako::IJawsRenderer
 A renderer that uses the Jaws RIP to create images from arbitrary DOM. More...
 
class  JawsMako::CRenderSpec
 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...
 
class  JawsMako::CImageRenderSpec
 A concrete class where a single image is generated as output. Here, a maximum of 32 color components is allowed, not including any generated alpha channel. More...
 
class  JawsMako::CImagesRenderSpec
 A concrete class where a vector of images is populated, one image per component. More...
 
class  JawsMako::CFrameBufferRenderSpec
 A concrete class where the result is rendered into a simple frame buffer, where each component in the result is interleaved. For more complex layout requirements, use CFrameBuffersRenderSpec which can handle arbitrary requirements. More...
 
class  JawsMako::CFrameBuffersRenderSpec
 A concrete class where the result is rendered into one or more frame buffers, where the layout is arbitrary. More...
 

Detailed Description

Classes and methods for rendering content.